1 write to _key
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\RSAPkcs1X509SignatureGenerator.cs (1)
17_key = key;
2 references to _key
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\RSAPkcs1X509SignatureGenerator.cs (2)
22return _key.SignData(data, hashAlgorithm, RSASignaturePadding.Pkcs1); 27return BuildPublicKey(_key);