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