AuthenticationLevel Enumeration
.NET Framework (current version)
Describes the authentication level to be used to connect to WMI. This is used for the COM connection to WMI.
Assembly: System.Management (in System.Management.dll)
| Member name | Description | |
|---|---|---|
| Call | Call-level COM authentication. | |
| Connect | Connect-level COM authentication. | |
| Default | The default COM authentication level. WMI uses the default Windows Authentication setting. | |
| None | No COM authentication. | |
| Packet | Packet-level COM authentication. | |
| PacketIntegrity | Packet Integrity-level COM authentication. | |
| PacketPrivacy | Packet Privacy-level COM authentication. | |
| Unchanged | Authentication level should remain as it was before. |
.NET Framework
Available since 1.1
Available since 1.1
Show: