Specifies the authentication level for COM security.
Syntax
public enum ProcessModelComImpersonationLevel
Remarks
Members
Member Name | Description |
---|
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