DnsEndpointIdentity Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy DnsEndpointIdentity.

Przeciążenia

DnsEndpointIdentity(Claim)

Inicjuje DnsEndpointIdentity nowe wystąpienie klasy z oświadczenia.

DnsEndpointIdentity(String)

Inicjuje nowe wystąpienie tej klasy z nazwy DNS.

DnsEndpointIdentity(Claim)

Źródło:
DnsEndpointIdentity.cs
Źródło:
DnsEndpointIdentity.cs
Źródło:
DnsEndpointIdentity.cs

Inicjuje DnsEndpointIdentity nowe wystąpienie klasy z oświadczenia.

public:
 DnsEndpointIdentity(System::IdentityModel::Claims::Claim ^ identity);
public DnsEndpointIdentity (System.IdentityModel.Claims.Claim identity);
new System.ServiceModel.DnsEndpointIdentity : System.IdentityModel.Claims.Claim -> System.ServiceModel.DnsEndpointIdentity
Public Sub New (identity As Claim)

Parametry

identity
Claim

Element Claim.

Wyjątki

identity to null.

Uwagi

Element identity służy do tworzenia tożsamości punktu końcowego przez metodę Initialize .

Dotyczy

DnsEndpointIdentity(String)

Źródło:
DnsEndpointIdentity.cs
Źródło:
DnsEndpointIdentity.cs
Źródło:
DnsEndpointIdentity.cs

Inicjuje nowe wystąpienie tej klasy z nazwy DNS.

public:
 DnsEndpointIdentity(System::String ^ dnsName);
public DnsEndpointIdentity (string dnsName);
new System.ServiceModel.DnsEndpointIdentity : string -> System.ServiceModel.DnsEndpointIdentity
Public Sub New (dnsName As String)

Parametry

dnsName
String

Nazwa DNS.

Wyjątki

dnsName to null.

Typ dnsName oświadczenia to nie Dns.

Uwagi

Element dnsName służy do tworzenia oświadczenia DNS, a tożsamość punktu końcowego jest tworzona przez metodę Initialize .

Dotyczy