2 writes to DigestAlgorithm
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\Asn1\SignerInfoAsn.xml.cs (1)
129System.Security.Cryptography.Asn1.AlgorithmIdentifierAsn.Decode(ref sequenceReader, rebind, out decoded.DigestAlgorithm);
System\Security\Cryptography\Pkcs\SignedCms.cs (1)
534ref AlgorithmIdentifierAsn signerAlg = ref _signedData.SignerInfos[i].DigestAlgorithm;
5 references to DigestAlgorithm
System.Security.Cryptography.Pkcs (5)
System\Security\Cryptography\Pkcs\Asn1\SignerInfoAsn.xml.cs (1)
34DigestAlgorithm.Encode(writer);
System\Security\Cryptography\Pkcs\CmsSigner.cs (1)
185newSignerInfo.DigestAlgorithm.Algorithm = DigestAlgorithm.Value!;
System\Security\Cryptography\Pkcs\SignedCms.cs (2)
380ConsiderDigestAddition(newSigner.DigestAlgorithm); 404AlgorithmIdentifierAsn signerAlgorithm = _signedData.SignerInfos[index].DigestAlgorithm;
System\Security\Cryptography\Pkcs\SignerInfo.cs (1)
41_digestAlgorithm = parsedData.DigestAlgorithm.Algorithm;