Enum KeyType
- Namespace
- Yubico.YubiKey.Cryptography
- Assembly
- Yubico.YubiKey.dll
Represents the type of cryptographic key.
public enum KeyType
- Extension Methods
Fields
AES128 = 11
AES192 = 12
AES256 = 13
ECP256 = 1
ECP384 = 2
ECP521 = 3
Ed25519 = 5
None = 0
RSA1024 = 6
RSA2048 = 7
RSA3072 = 8
RSA4096 = 9
TripleDES = 10
X25519 = 4