Click or drag to resize

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.

Namespace:  System.Security.Cryptography.X509Certificates
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
[FlagsAttribute]
public enum X509KeySpecFlags
Members
  Member nameValueDescription
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