3 overrides of SignHash
System.Security.Cryptography (3)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\RSACng.SignVerify.cs (1)
42public override byte[] SignHash(byte[] hash, HashAlgorithmName hashAlgorithm, RSASignaturePadding padding)
System\Security\Cryptography\RSABCrypt.cs (1)
140public override byte[] SignHash(
System\Security\Cryptography\RSACryptoServiceProvider.Windows.cs (1)
632public override byte[] SignHash(
11 references to SignHash
Microsoft.CodeAnalysis (1)
PEWriter\SigningUtilities.cs (1)
28var signature = rsa.SignHash(hash, HashAlgorithmName.SHA1, RSASignaturePadding.Pkcs1);
Microsoft.DotNet.StrongName (1)
Signing.cs (1)
213signature = snkRSA.SignHash(hash, HashAlgorithmName.SHA1, RSASignaturePadding.Pkcs1);
System.Security.Cryptography (8)
System\Security\Cryptography\RSA.cs (7)
343byte[] result = SignHash(hash.ToArray(), hashAlgorithm, padding); 398return SignHash(hash, hashAlgorithm, padding); 408return SignHash(hash, hashAlgorithm, padding); 454/// or <see cref="SignHash(byte[], HashAlgorithmName, RSASignaturePadding)" />. 513/// or <see cref="SignHash(byte[], HashAlgorithmName, RSASignaturePadding)" />. 560/// or <see cref="SignHash(byte[], HashAlgorithmName, RSASignaturePadding)" />. 615/// or <see cref="SignHash(byte[], HashAlgorithmName, RSASignaturePadding)" />.
System\Security\Cryptography\RSAPKCS1SignatureFormatter.cs (1)
55return _rsaKey.SignHash(rgbHash, new HashAlgorithmName(_algName), RSASignaturePadding.Pkcs1);
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\CmsSignature.RSA.cs (1)
152signatureValue = privateKey.SignHash(