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 メソッドによるエンドポイント ID を作成するために使用されます。
適用対象
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 メソッドによってエンドポイント ID が作成されます。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET