Share via


EndpointAddressElementBase.Identity プロパティ

定義

エンドポイントの ID を取得します。

public:
 property System::ServiceModel::Configuration::IdentityElement ^ Identity { System::ServiceModel::Configuration::IdentityElement ^ get(); };
[System.Configuration.ConfigurationProperty("identity")]
public System.ServiceModel.Configuration.IdentityElement Identity { get; }
[<System.Configuration.ConfigurationProperty("identity")>]
member this.Identity : System.ServiceModel.Configuration.IdentityElement
Public ReadOnly Property Identity As IdentityElement

プロパティ値

IdentityElement

メッセージを交換する他のエンドポイントによるエンドポイントの認証を可能にする ID を提供する IdentityElement

属性

適用対象