5 overrides of NeedsHashedMessage
System.Security.Cryptography.Pkcs (5)
System\Security\Cryptography\Pkcs\CmsSignature.DSA.cs (1)
40internal override bool NeedsHashedMessage => true;
System\Security\Cryptography\Pkcs\CmsSignature.ECDsa.cs (1)
42internal override bool NeedsHashedMessage => true;
System\Security\Cryptography\Pkcs\CmsSignature.MLDsa.cs (1)
29internal override bool NeedsHashedMessage => false;
System\Security\Cryptography\Pkcs\CmsSignature.RSA.cs (1)
43internal override bool NeedsHashedMessage => true;
System\Security\Cryptography\Pkcs\CmsSignature.SlhDsa.cs (1)
40internal override bool NeedsHashedMessage => false;
2 references to NeedsHashedMessage
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\CmsSigner.cs (1)
396bool shouldHash = processor.NeedsHashedMessage;
System\Security\Cryptography\Pkcs\SignerInfo.cs (1)
923if (signatureProcessor.NeedsHashedMessage)