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

与某个终结点交换消息的其他终结点可以使用该标识对该终结点进行身份验证。

属性

适用于