X509KeySpecFlags Enumeration |
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: System.Security.Cryptography.X509Certificates
Member name | Value | Description | |
---|---|---|---|
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. |