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