3 references to Create
System.Security.Cryptography.Pkcs (3)
System\Security\Cryptography\Pkcs\CmsSigner.cs (2)
275
using (CmsHash hasher = CmsHash.
Create
(DigestAlgorithm, forVerification: false))
291
using (CmsHash hasher = CmsHash.
Create
(DigestAlgorithm, forVerification: false))
System\Security\Cryptography\Pkcs\SignerInfo.cs (1)
599
CmsHash hasher = CmsHash.
Create
(DigestAlgorithm, forVerification: true);