KeyRecordBaseKeyTypeFlag Enumeration

Type of key

Definition

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

Members

BothProhibited0

Use of the key for authentication and/or confidentiality is permitted

Defined in RFC 2535.

ConfidentialityProhibited16,384

Use of the key is prohibited for confidentiality

Defined in RFC 2535.

AuthenticationProhibited32,768

Use of the key is prohibited for authentication

Defined in RFC 2535.

NoKey49,152

There is no key information

Defined in RFC 2535.

See Also