次の方法で共有


ServiceEndpointElement.Identity プロパティ

定義

メッセージを交換する他のエンドポイントによるエンドポイントの認証を指定する構成要素を取得します。

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

メッセージを交換する他のエンドポイントによるエンドポイントの認証。

属性

適用対象