17 references to KeyType
System.Security.Cryptography.Cose (17)
System\Security\Cryptography\Cose\CoseKey.cs (15)
16internal KeyType KeyType { get; } 30private CoseKey(KeyType keyType, CoseAlgorithm algorithm, HashAlgorithmName? hashAlgorithm) 44CoseKey coseKey = new(KeyType.RSA, coseAlgorithm, hashAlgorithm); 57CoseKey coseKey = new(KeyType.ECDsa, coseAlgorithm, hashAlgorithm); 69CoseKey coseKey = new(KeyType.MLDsa, coseAlgorithm, null); 181case KeyType.ECDsa: 183case KeyType.RSA: 186case KeyType.MLDsa: 199case KeyType.ECDsa: 202case KeyType.RSA: 208case KeyType.MLDsa: 244case KeyType.ECDsa: 249case KeyType.RSA: 257case KeyType.MLDsa: 333case KeyType.MLDsa:
System\Security\Cryptography\Cose\CoseSigner.cs (2)
192case KeyType.RSA: 196case KeyType.MLDsa: