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