2 writes to _rsaKey
System.Security.Cryptography (2)
System\Security\Cryptography\RSAPKCS1SignatureFormatter.cs (2)
21
_rsaKey
= (RSA)key;
28
_rsaKey
= (RSA)key;
2 references to _rsaKey
System.Security.Cryptography (2)
System\Security\Cryptography\RSAPKCS1SignatureFormatter.cs (2)
52
if (
_rsaKey
== null)
55
return
_rsaKey
.SignHash(rgbHash, new HashAlgorithmName(_algName), RSASignaturePadding.Pkcs1);