KeyRecordBaseProtocolType Enumeration

Protocol for which the key is used

Definition

Namespace: ARSoft.Tools.Net.Dns
Assembly: ARSoft.Tools.Net (in ARSoft.Tools.Net.dll) Version: 3.6.1+aaafdcd61f068318c11734f7b3c59c69371c0549
C#
public enum ProtocolType

Members

Tls1

Use in connection with TLS

Defined in RFC 2535.

Email2

Use in connection with email

Defined in RFC 2535.

DnsSec3

Used for DNS security

Defined in RFC 2535.

IpSec4

Refer to the Oakley/IPSEC protocol

Defined in RFC 2535.

Any255

Used in connection with any protocol

Defined in RFC 2535.

See Also