5 references to
System.Security.Cryptography.Pkcs (5)
System\Security\Cryptography\Pkcs\SignerInfo.cs (2)
291SignerInfo effectiveThis = _document.SignerInfos[myIdx]; 423SignerInfo liveThis = docSigners[index];
System\Security\Cryptography\Pkcs\SignerInfoCollection.cs (1)
70array.SetValue(this[i], index + i);
System\Security\Cryptography\Pkcs\SignerInfoEnumerator.cs (2)
22public SignerInfo Current => _signerInfos[_position]; 23object IEnumerator.Current => _signerInfos[_position];