System.Web.Configuration.IdentitySection.Impersonate Property

Gets or sets a value indicating whether client impersonation is used on each request.

Syntax

[System.Configuration.ConfigurationProperty("impersonate", DefaultValue="False")]
public bool Impersonate { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

If the IdentitySection.Impersonate property is set to true, each request is served by a Web application impersonating its client. That is, either the user currently logged on or the user specified by the IdentitySection.UserName and IdentitySection.Password properties. When the IdentitySection.Impersonate property is set to false, the application does not impersonate any client user.

Note:

For security reasons, the identity section supports storage of the encrypted IdentitySection.UserName and IdentitySection.Password.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0