Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

DnsNameRepresentation Struct

Definition

Namespace:
Microsoft.PowerShell.Commands
Assembly:
Microsoft.PowerShell.Security.dll
Package:
Microsoft.PowerShell.5.1.ReferenceAssemblies v1.0.0

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.

Defines the type of DNS string The structure contains punycode name and unicode name

public value class DnsNameRepresentation
public value class DnsNameRepresentation
struct DnsNameRepresentation
public struct DnsNameRepresentation
type DnsNameRepresentation = struct
Public Structure DnsNameRepresentation
Inheritance
DnsNameRepresentation

Constructors

Name Description
DnsNameRepresentation(String, String)

specific constructor of a DnsNameRepresentation

DnsNameRepresentation(String)

ambiguous constructor of a DnsNameRepresentation

Properties

Name Description
Punycode

get property of Punycode

Unicode

get property of Unicode

Methods

Name Description
Equals(DnsNameRepresentation)

value comparison

ToString()

get display string

Applies to