EndpointAddressElementBase.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,提供一个标识,终结点在相互交换消息时可使用该标识对对方进行身份验证。

属性

适用于