5 references to
System.Security.Cryptography.Pkcs (5)
System\Security\Cryptography\Pkcs\SignerInfo.cs (2)
291
SignerInfo effectiveThis = _document.SignerInfos
[
myIdx];
423
SignerInfo liveThis = docSigners
[
index];
System\Security\Cryptography\Pkcs\SignerInfoCollection.cs (1)
70
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];