1 write to DigestAlgorithm
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\CmsSigner.cs (1)
174
DigestAlgorithm
= s_defaultAlgorithm.CopyOid();
2 references to DigestAlgorithm
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\CmsSigner.cs (2)
203
HashAlgorithmName hashAlgorithmName = PkcsHelpers.GetDigestAlgorithm(
DigestAlgorithm
);
205
newSignerInfo.DigestAlgorithm.Algorithm =
DigestAlgorithm
.Value!;