AuthenticationLevel Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the authentication level to be used to connect to WMI. This is used for the COM connection to WMI.
public enum class AuthenticationLevel
public enum AuthenticationLevel
type AuthenticationLevel =
Public Enum AuthenticationLevel
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Unchanged | -1 | Authentication level should remain as it was before. |
Default | 0 | The default COM authentication level. WMI uses the default Windows Authentication setting. |
None | 1 | No COM authentication. |
Connect | 2 | Connect-level COM authentication. |
Call | 3 | Call-level COM authentication. |
Packet | 4 | Packet-level COM authentication. |
PacketIntegrity | 5 | Packet Integrity-level COM authentication. |
PacketPrivacy | 6 | Packet Privacy-level COM authentication. |
Applies to
.NET