DnsEndpointIdentity Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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
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
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
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 .