次の方法で共有


ChannelEndpointElement.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

属性

適用対象