4 writes to SignerInfos
System.Security.Cryptography.Pkcs (4)
System\Security\Cryptography\Pkcs\Asn1\SignedDataAsn.xml.cs (1)
211
decoded.
SignerInfos
= tmpList.ToArray();
System\Security\Cryptography\Pkcs\SignedCms.cs (3)
359
SignerInfos
= Array.Empty<SignerInfoAsn>(),
377
Array.Resize(ref _signedData.
SignerInfos
, newIdx + 1);
405
PkcsHelpers.RemoveAt(ref _signedData.
SignerInfos
, index);
14 references to SignerInfos
System.Security.Cryptography.Pkcs (14)
System\Security\Cryptography\Pkcs\Asn1\SignedDataAsn.xml.cs (2)
76
for (int i = 0; i <
SignerInfos
.Length; i++)
78
SignerInfos
[i].Encode(writer);
System\Security\Cryptography\Pkcs\SignedCms.cs (8)
115
return new SignerInfoCollection(_signedData.
SignerInfos
, this);
376
int newIdx = _signedData.
SignerInfos
.Length;
378
_signedData.
SignerInfos
[newIdx] = newSigner;
399
if (index < 0 || index >= _signedData.
SignerInfos
.Length)
404
AlgorithmIdentifierAsn signerAlgorithm = _signedData.
SignerInfos
[index].DigestAlgorithm;
501
else if (_signedData.
SignerInfos
.Any(si => si.Version == 3))
532
for (int i = 0; i < _signedData.
SignerInfos
.Length; i++)
534
ref AlgorithmIdentifierAsn signerAlg = ref _signedData.
SignerInfos
[i].DigestAlgorithm;
System\Security\Cryptography\Pkcs\SignerInfo.cs (4)
108
ref SignerInfoAsn mySigner = ref signedData.
SignerInfos
[myIdx];
126
ref SignerInfoAsn parentData = ref documentData.
SignerInfos
[parentIdx];
307
ref SignerInfoAsn mySigner = ref signedData.
SignerInfos
[myIdx];
349
ref SignerInfoAsn myData = ref parentData.
SignerInfos
[myIdx];