2 instantiations of SignerInfoEnumerator
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\SignerInfoCollection.cs (2)
51public SignerInfoEnumerator GetEnumerator() => new SignerInfoEnumerator(this); 52IEnumerator IEnumerable.GetEnumerator() => new SignerInfoEnumerator(this);
2 references to SignerInfoEnumerator
System.Security (1)
System.Security.cs (1)
31[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Pkcs.SignerInfoEnumerator))]
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\SignerInfoCollection.cs (1)
51public SignerInfoEnumerator GetEnumerator() => new SignerInfoEnumerator(this);