System.Web.Configuration.ProcessModelComAuthenticationLevel Enumeration

Specifies the level of authentication for DCOM security.

Syntax

public enum ProcessModelComAuthenticationLevel

Remarks

The System.Web.Configuration.ProcessModelComAuthenticationLevel enumerates the values to use when you set the ProcessModelSection.ComAuthenticationLevel property.

The default is ProcessModelComAuthenticationLevel.Connect.

Note:

The System.Web.Configuration.ProcessModelComAuthenticationLevel settings are relevant only when you use the ASP.NET process model (Internet Information Services [IIS] 5.n or compatible mode on IIS 6 only).

Members

Member NameDescription
Call

Specifies that DCOM authenticates the credentials of the client. This field is constant.

Connect

Specifies that DCOM authenticates the credentials of the client. This field is constant.

Default

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

None

Specifies no authentication. This field is constant.

Pkt

Specifies that DCOM verifies that all data received is from the expected client. This field is constant.

PktIntegrity

Specifies that DCOM authenticates and verifies the data transferred. This field is constant.

PktPrivacy

Specifies that DCOM authenticates all previous levels and does encryption. 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