ChannelEndpointElement.Identity 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个标识,与某个终结点交换消息的其他终结点可以使用此标识对该终结点进行身份验证。
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,与某个终结点交换消息的其他终结点可以使用这些配置设置对该终结点进行身份验证。
- 属性