System.Web.Configuration.ProcessModelSection.ComAuthenticationLevel Property

Gets or sets a value indicating the level of authentication for DCOM security.

Syntax

[System.Configuration.ConfigurationProperty("comAuthenticationLevel", DefaultValue="Connect")]
public ProcessModelComAuthenticationLevel ComAuthenticationLevel { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

When this property value is set to ProcessModelComAuthenticationLevel.Default, DCOM determines the authentication level using its normal security-negotiation algorithm. The default value assigned to this property, as specified in the Machine.config file, is ProcessModelComAuthenticationLevel.Connect. In this case, DCOM authenticates the credentials of the client only when the client establishes a relationship with the server.

Requirements

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