2 overrides of SignHash
System.Security.Cryptography (2)
artifacts\obj\System.Security.Cryptography\Debug\net10.0\System.Security.Cryptography.notsupported.cs (2)
2501
public override byte[]
SignHash
(byte[] hash, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.RSASignaturePadding padding) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); }
2550
public override byte[]
SignHash
(byte[] hash, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.RSASignaturePadding padding) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); }
3 references to SignHash
Microsoft.CodeAnalysis (1)
PEWriter\SigningUtilities.cs (1)
28
var signature = rsa.
SignHash
(hash, HashAlgorithmName.SHA1, RSASignaturePadding.Pkcs1);
Microsoft.DotNet.StrongName (1)
Signing.cs (1)
213
signature = snkRSA.
SignHash
(hash, HashAlgorithmName.SHA1, RSASignaturePadding.Pkcs1);
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\CmsSignature.RSA.cs (1)
152
signatureValue = privateKey.
SignHash
(