[FlagsAttribute]
public enum KeyTypeFlag
<FlagsAttribute>
Public Enumeration KeyTypeFlag
[FlagsAttribute]
public enum class KeyTypeFlag
[<FlagsAttribute>]
type KeyTypeFlag
BothProhibited | 0 | Use of the key for authentication and/or confidentiality is permitted Defined in RFC 2535. |
ConfidentialityProhibited | 16,384 | Use of the key is prohibited for confidentiality Defined in RFC 2535. |
AuthenticationProhibited | 32,768 | Use of the key is prohibited for authentication Defined in RFC 2535. |
NoKey | 49,152 | There is no key information Defined in RFC 2535. |