1 write to _ecdsaKey
System.Security.Cryptography.Cose (1)
System\Security\Cryptography\Cose\CoseKey.cs (1)
59
coseKey.
_ecdsaKey
= key;
5 references to _ecdsaKey
System.Security.Cryptography.Cose (5)
System\Security\Cryptography\Cose\CoseKey.cs (5)
182
return 2 * ((
_ecdsaKey
!.KeySize + 7) / 8);
200
Debug.Assert(
_ecdsaKey
!= null);
201
return SignHashWithECDsa(
_ecdsaKey
, toBeSigned, destination);
246
Debug.Assert(
_ecdsaKey
!= null);
247
return
_ecdsaKey
.VerifyHash(toBeSigned, signature);