ServiceEndpointElement::Identity Property

 

Gets a configuration element that specifies the authentication of an endpoint by other endpoints 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^

The authentication of an endpoint by other endpoints exchanging messages with it.

.NET Framework
Available since 3.0
Return to top
Show: