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
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.