1 write to _rsaKey
System.Security.Cryptography.Cose (1)
System\Security\Cryptography\Cose\CoseKey.cs (1)
42_rsaKey = key;
5 references to _rsaKey
System.Security.Cryptography.Cose (5)
System\Security\Cryptography\Cose\CoseKey.cs (5)
179return (_rsaKey!.KeySize + 7) / 8; 198Debug.Assert(_rsaKey != null); 201return SignHashWithRSA(_rsaKey, toBeSigned, HashAlgorithm.Value, RSASignaturePadding, destination); 248Debug.Assert(_rsaKey != null); 251return _rsaKey.VerifyHash(toBeSigned, signature, HashAlgorithm.Value, RSASignaturePadding);