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:
239
case
KeyType
.ECDsa:
244
case
KeyType
.RSA:
252
case
KeyType
.MLDsa:
328
case
KeyType
.MLDsa:
System\Security\Cryptography\Cose\CoseSigner.cs (2)
183
case
KeyType
.RSA:
187
case
KeyType
.MLDsa: