1 write to _key
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\RSAPssX509SignatureGenerator.cs (1)
22_key = key;
2 references to _key
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\RSAPssX509SignatureGenerator.cs (2)
106return _key.SignData(data, hashAlgorithm, _padding); 116return RSAPkcs1X509SignatureGenerator.BuildPublicKey(_key);