1 write to _ecdsaKey
System.Security.Cryptography.Cose (1)
System\Security\Cryptography\Cose\CoseKey.cs (1)
55_ecdsaKey = key;
5 references to _ecdsaKey
System.Security.Cryptography.Cose (5)
System\Security\Cryptography\Cose\CoseKey.cs (5)
177return 2 * ((_ecdsaKey!.KeySize + 7) / 8); 195Debug.Assert(_ecdsaKey != null); 196return SignHashWithECDsa(_ecdsaKey, toBeSigned, destination); 243Debug.Assert(_ecdsaKey != null); 244return _ecdsaKey.VerifyHash(toBeSigned, signature);