3 overrides of SignHash
System.Security.Cryptography (3)
14 references to SignHash
Microsoft.CodeAnalysis (1)
Microsoft.DotNet.SignTool (1)
System.Security.Cryptography (11)
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.Pkcs (1)