This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
[FlagsAttribute]
public enum X509KeySpecFlags
<FlagsAttribute>
Public Enumeration X509KeySpecFlags
[FlagsAttribute]
public enum class X509KeySpecFlags
[<FlagsAttribute>]
type X509KeySpecFlags
AT_NONE | 0 | The intended use is not identified. This value is set if the provider that supports the key is a Cryptography API: Next Generation (CNG) key storage provider (KSP). |
AT_KEYEXCHANGE | 1 | Keys used to encrypt/decrypt session keys. |
AT_SIGNATURE | 2 | Keys used to create and verify digital signatures. |