KeyPkcsFormat Enumeration

Specifies the possible asymmetric key material export format.

Definition

Namespace: SysadminsLV.PKI.Cryptography
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
C#
public enum KeyPkcsFormat

Members

Unknown0 Key format is unknown or not available.
Pkcs11 Only key data is exported. No key algorithm identifier is exported.
Pkcs82 Entire key is exported, including key material and key algorithm identifier.

See Also