Show / Hide Table of Contents

KeyType Enum

Namespace: Yubico.YubiKey.Cryptography Assembly: Yubico.YubiKey.dll

Represents 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

Extension Methods

KeyTypeExtensions.GetAlgorithmOid(KeyType)
KeyTypeExtensions.GetCurveOid(KeyType)
KeyTypeExtensions.GetKeyDefinition(KeyType)
KeyTypeExtensions.GetKeySizeBits(KeyType)
KeyTypeExtensions.GetKeySizeBytes(KeyType)
KeyTypeExtensions.IsAsymmetric(KeyType)
KeyTypeExtensions.IsCoseKey(KeyType)
KeyTypeExtensions.IsCurve25519(KeyType)
KeyTypeExtensions.IsECDsa(KeyType)
KeyTypeExtensions.IsEllipticCurve(KeyType)
KeyTypeExtensions.IsRSA(KeyType)
KeyTypeExtensions.IsSymmetric(KeyType)
PivAlgorithmExtensions.GetPivAlgorithm(KeyType)
In this article
Back to top Generated by DocFX