4 writes to DigestAlgorithms
System.Security.Cryptography.Pkcs (4)
System\Security\Cryptography\Pkcs\Asn1\SignedDataAsn.xml.cs (1)
151decoded.DigestAlgorithms = tmpList.ToArray();
System\Security\Cryptography\Pkcs\SignedCms.cs (3)
358DigestAlgorithms = Array.Empty<AlgorithmIdentifierAsn>(), 524Array.Resize(ref _signedData.DigestAlgorithms, curLength + 1); 554PkcsHelpers.RemoveAt(ref _signedData.DigestAlgorithms, i);
7 references to DigestAlgorithms
System.Security.Cryptography.Pkcs (7)
System\Security\Cryptography\Pkcs\Asn1\SignedDataAsn.xml.cs (2)
34for (int i = 0; i < DigestAlgorithms.Length; i++) 36DigestAlgorithms[i].Encode(writer);
System\Security\Cryptography\Pkcs\SignedCms.cs (5)
512int curLength = _signedData.DigestAlgorithms.Length; 516ref AlgorithmIdentifierAsn alg = ref _signedData.DigestAlgorithms[i]; 525_signedData.DigestAlgorithms[curLength] = candidate; 548for (int i = 0; i < _signedData.DigestAlgorithms.Length; i++) 550ref AlgorithmIdentifierAsn alg = ref _signedData.DigestAlgorithms[i];