HttpDigestClientElement::ImpersonationLevel Property
.NET Framework (current version)
Gets or sets the impersonation preference that the client uses to communicate to the server.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: [ConfigurationPropertyAttribute("impersonationLevel", DefaultValue = TokenImpersonationLevel::Identification)] property TokenImpersonationLevel ImpersonationLevel { TokenImpersonationLevel get(); void set(TokenImpersonationLevel value); }
Property Value
Type: System.Security.Principal::TokenImpersonationLevelA valid TokenImpersonationLevel value. The default is Identification.
The impersonation mode that the client chooses is not enforced on the server.
.NET Framework
Available since 3.0
Available since 3.0
Show: