DnsEndpointIdentity 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 DnsEndpointIdentity 類別的新執行個體。
多載
DnsEndpointIdentity(Claim) |
從宣告初始化 DnsEndpointIdentity 類別的新執行個體。 |
DnsEndpointIdentity(String) |
從 DNS 名稱初始化這個類別的新執行個體。 |
DnsEndpointIdentity(Claim)
從宣告初始化 DnsEndpointIdentity 類別的新執行個體。
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)
參數
例外狀況
identity
為 null
。
備註
identity
是由 Initialize 方法用於建立端點身分識別。
適用於
DnsEndpointIdentity(String)
從 DNS 名稱初始化這個類別的新執行個體。
public:
DnsEndpointIdentity(System::String ^ dnsName);
public DnsEndpointIdentity (string dnsName);
new System.ServiceModel.DnsEndpointIdentity : string -> System.ServiceModel.DnsEndpointIdentity
Public Sub New (dnsName As String)
參數
- dnsName
- String
DNS 名稱。
例外狀況
dnsName
為 null
。
dnsName
的宣告類型不是 Dns。
備註
dnsName
是用於建立 DNS 宣告,而端點身分識別是由 Initialize 方法建立的。