X509SubjectAlternativeNameExtension.EnumerateIPAddresses Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the alternative name entries with an IP Address type identifier.
public:
System::Collections::Generic::IEnumerable<System::Net::IPAddress ^> ^ EnumerateIPAddresses();
public System.Collections.Generic.IEnumerable<System.Net.IPAddress> EnumerateIPAddresses ();
member this.EnumerateIPAddresses : unit -> seq<System.Net.IPAddress>
Public Function EnumerateIPAddresses () As IEnumerable(Of IPAddress)
Returns
The name entries with an IP Address type identifier.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.