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)
106
return
_key
.SignData(data, hashAlgorithm, _padding);
116
return RSAPkcs1X509SignatureGenerator.BuildPublicKey(
_key
);