ChannelEndpointElement::Identity Property

 

Gets an identity that enables the authentication of an endpoint by other endpoints that are exchanging messages with it.

Namespace:   System.ServiceModel.Configuration
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
Return to top
Show: