Click or drag to resize

EccKeyType Enumeration

Key type for unencrypted key file.

Namespace: CryptoSysPKI
Assembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.2.0.37107 (23.2.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)
CompressKey Save an ECDSA public key in compressed format (default is uncompressed)
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