System.Web.Configuration.ProcessModelComImpersonationLevel Enumeration

Specifies the authentication level for COM security.

Syntax

public enum ProcessModelComImpersonationLevel

Remarks

The System.Web.Configuration.ProcessModelComImpersonationLevel class enumerates the values to use when you set the ProcessModelSection.ComImpersonationLevel property.

The default value is ProcessModelComImpersonationLevel.Impersonate.

Members

Member NameDescription
Anonymous

Specifies that the client is anonymous to the server. This field is constant.

Default

Specifies that DCOM determines the impersonation level. This field is constant.

Delegate

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

Identify

Specifies that the server can obtain the client's identity. This field is constant.

Impersonate

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

Requirements

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