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