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