Click or drag to resize

EccKeyType Enumeration

Key type for unencrypted key file.

Namespace: CryptoSysPKI
Assembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntax
public enum KeyType
Members
Member nameDescription
Default Save key in the default format.
PrivateKey Key value represents a private key (use for reading safe curves)
PublicKey Key value represents a public key (use for reading safe curves)
Pkcs8PrivateKeyInfo Save a NIST/SEC curve private key in PKCS#8 PrivateKeyInfo format (ignored for a public key)
Legacy Save a safe private key in "legacy" PKCS#8 v1 format (default is v2 OneAsymmetricKey)
See Also