2 references to SignData
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\RSAPkcs1X509SignatureGenerator.cs (1)
22
return _key.
SignData
(data, hashAlgorithm, RSASignaturePadding.Pkcs1);
System\Security\Cryptography\X509Certificates\RSAPssX509SignatureGenerator.cs (1)
106
return _key.
SignData
(data, hashAlgorithm, _padding);