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

一个包含配置设置的 IdentityElement,与某个终结点交换消息的其他终结点可以使用这些配置设置对该终结点进行身份验证。

属性

适用于