HttpDigestClientElement::ImpersonationLevel Property

 

Gets or sets the impersonation preference that the client uses to communicate to the server.

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
[ConfigurationPropertyAttribute("impersonationLevel", DefaultValue = TokenImpersonationLevel::Identification)]
property TokenImpersonationLevel ImpersonationLevel {
	TokenImpersonationLevel get();
	void set(TokenImpersonationLevel value);
}

The impersonation mode that the client chooses is not enforced on the server.

.NET Framework
Available since 3.0
Return to top
Show: