ChannelEndpointElement::Identity Property
.NET Framework (current version)
Gets an identity that enables the authentication of an endpoint by other endpoints that are exchanging messages with it.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: [ConfigurationPropertyAttribute("identity")] property IdentityElement^ Identity { IdentityElement^ get(); }
Property Value
Type: System.ServiceModel.Configuration::IdentityElement^An IdentityElement that contains configuration settings for enabling the authentication of an endpoint by other endpoints exchanging messages with it.
.NET Framework
Available since 3.0
Available since 3.0
Show: