KeyType Enum
Namespace: Yubico.YubiRepresents the type of a cryptographic key.
C#
public enum KeyType
Fields
AES128 | |
AES192 | |
AES256 | |
ECP256 | |
ECP384 | |
ECP521 | |
Ed25519 | |
None | |
RSA1024 | |
RSA2048 | |
RSA3072 | |
RSA4096 | |
TripleDES | |
X25519 |