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