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)
22
return
_key
.SignData(data, hashAlgorithm, RSASignaturePadding.Pkcs1);
27
return BuildPublicKey(
_key
);