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