2 writes to _rsaKey
System.Security.Cryptography (2)
System\Security\Cryptography\RSAPKCS1SignatureDeformatter.cs (2)
20
_rsaKey
= (RSA)key;
27
_rsaKey
= (RSA)key;
2 references to _rsaKey
System.Security.Cryptography (2)
System\Security\Cryptography\RSAPKCS1SignatureDeformatter.cs (2)
52
if (
_rsaKey
== null)
55
return
_rsaKey
.VerifyHash(rgbHash, rgbSignature, new HashAlgorithmName(_algName), RSASignaturePadding.Pkcs1);