System.Web.Configuration.ProcessModelComImpersonationLevel.Impersonate Field

Specifies that the server process can impersonate the client's security context while acting on behalf of the client. This field is constant.

Syntax

ProcessModelComImpersonationLevel Impersonate

Remarks

This level of impersonation can be used to access local resources such as files. When the process is impersonating the client at this level, the impersonation token can be passed across only one computer boundary.

Requirements

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