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