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