2 references to SignerInfoEnumerator
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\SignerInfoCollection.cs (2)
51
public SignerInfoEnumerator GetEnumerator() => new
SignerInfoEnumerator
(this);
52
IEnumerator IEnumerable.GetEnumerator() => new
SignerInfoEnumerator
(this);