HttpDigestClientCredential::AllowedImpersonationLevel Property
.NET Framework (current version)
Gets or sets the level of impersonation that the client allows with the client credential provided.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: property TokenImpersonationLevel AllowedImpersonationLevel { TokenImpersonationLevel get(); void set(TokenImpersonationLevel value); }
Property Value
Type: System.Security.Principal::TokenImpersonationLevelThe TokenImpersonationLevel that the client grants the server as part of HTTP digest authentication.
Allowable values include:
Identification, and
Due to the limitations of Digest authentication, when the client is using non-default credentials, only Impersonation and Delegation levels are allowed.
.NET Framework
Available since 3.0
Available since 3.0
Show: