EndpointAddressBuilder.Identity プロパティ

定義

ビルダーが作成できるエンドポイントの ID を取得または設定します。

public:
 property System::ServiceModel::EndpointIdentity ^ Identity { System::ServiceModel::EndpointIdentity ^ get(); void set(System::ServiceModel::EndpointIdentity ^ value); };
public System.ServiceModel.EndpointIdentity Identity { get; set; }
member this.Identity : System.ServiceModel.EndpointIdentity with get, set
Public Property Identity As EndpointIdentity

プロパティ値

エンドポイントの EndpointIdentity

eab.Identity = EndpointIdentity.CreateUpnIdentity("identity");
eab.Identity = EndpointIdentity.CreateUpnIdentity("foo")

注釈

ID は、エンドポイント間でメッセージを交換するときに、エンドポイントが他のエンドポイントを認証するために使用されます。

適用対象