X509KeySpecFlags Enumeration

An X509KeySpecFlags enumeration value that specifies the supported key operations.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Definition

Namespace: SysadminsLV.PKI.Cryptography.X509Certificates
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
C#
[FlagsAttribute]
public enum X509KeySpecFlags

Members

AT_NONE0 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_KEYEXCHANGE1 Keys used to encrypt/decrypt session keys.
AT_SIGNATURE2 Keys used to create and verify digital signatures.

See Also