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)
52if (_rsaKey == null) 55return _rsaKey.VerifyHash(rgbHash, rgbSignature, new HashAlgorithmName(_algName), RSASignaturePadding.Pkcs1);