7 references to ECDsa
System.Security.Cryptography.Cose (7)
System\Security\Cryptography\Cose\CoseHelpers.cs (4)
112
if (keyType == KeyType.
ECDsa
)
204
if (keyType == KeyType.
ECDsa
)
261
if (keyType == KeyType.
ECDsa
)
302
ECDsa => KeyType.
ECDsa
,
System\Security\Cryptography\Cose\CoseSign1Message.cs (1)
750
if (keyType == KeyType.
ECDsa
)
System\Security\Cryptography\Cose\CoseSignature.cs (1)
460
if (keyType == KeyType.
ECDsa
)
System\Security\Cryptography\Cose\CoseSigner.cs (1)
178
if (_keyType == KeyType.
ECDsa
)