2 instantiations of X509ExtensionEnumerator
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\X509ExtensionCollection.cs (2)
97return new X509ExtensionEnumerator(this); 102return new X509ExtensionEnumerator(this);
4 references to X509ExtensionEnumerator
netstandard (1)
netstandard.cs (1)
1970[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509ExtensionEnumerator))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
878[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509ExtensionEnumerator))]
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\X509ExtensionCollection.cs (1)
95public X509ExtensionEnumerator GetEnumerator()
System.Security.Cryptography.X509Certificates (1)
System.Security.Cryptography.X509Certificates.cs (1)
34[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509ExtensionEnumerator))]