16 references to KeyType
System.Security.Cryptography.Cose (16)
System\Security\Cryptography\Cose\CoseKey.cs (14)
16
internal
KeyType
KeyType { get; }
36
KeyType =
KeyType
.RSA;
50
KeyType =
KeyType
.ECDsa;
63
KeyType =
KeyType
.MLDsa;
176
case
KeyType
.ECDsa:
178
case
KeyType
.RSA:
181
case
KeyType
.MLDsa:
194
case
KeyType
.ECDsa:
197
case
KeyType
.RSA:
203
case
KeyType
.MLDsa:
241
case
KeyType
.ECDsa:
246
case
KeyType
.RSA:
254
case
KeyType
.MLDsa:
330
case
KeyType
.MLDsa:
System\Security\Cryptography\Cose\CoseSigner.cs (2)
183
case
KeyType
.RSA:
187
case
KeyType
.MLDsa: