System.Web.Configuration.ProcessModelSection.ComImpersonationLevel Property

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

Syntax

[System.Configuration.ConfigurationProperty("comImpersonationLevel", DefaultValue="Impersonate")]
public ProcessModelComImpersonationLevel ComImpersonationLevel { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

When this property value is set to ProcessModelComImpersonationLevel.Default, DCOM determines the impersonation level using its normal security-negotiation algorithm. The default value assigned to this property, as specified in the Machine.config file, is ProcessModelComImpersonationLevel.Impersonate. In this case, the server process can impersonate the client's security context while acting on behalf of the client.

Requirements

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