6 references to
NuGet.Packaging (1)
Signing\Archive\SignedPackageArchiveUtility.cs (1)
345var countersigner = countersigners[i];
System.Security.Cryptography.Pkcs (5)
System\Security\Cryptography\Pkcs\SignerInfo.cs (2)
309SignerInfo effectiveThis = _document.SignerInfos[myIdx]; 438SignerInfo liveThis = docSigners[index];
System\Security\Cryptography\Pkcs\SignerInfoCollection.cs (1)
68array.SetValue(this[i], index + i);
System\Security\Cryptography\Pkcs\SignerInfoEnumerator.cs (2)
22public SignerInfo Current => _signerInfos[_position]; 23object IEnumerator.Current => _signerInfos[_position];