WebRequestHandler.ImpersonationLevel Property

Definition

Gets or sets the impersonation level for the current request.

C#
public System.Security.Principal.TokenImpersonationLevel ImpersonationLevel { get; set; }

Property Value

The impersonation level for the request. The default is Delegation.

Remarks

The impersonation level determines how the server can use the client's credentials.

Applies to

Product Versions
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1