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