AuthenticationLevel Enumeration
.NET Framework 3.0
Describes the authentication level to be used to connect to WMI. This is used for the COM connection to WMI.
Namespace: System.Management
Assembly: System.Management (in system.management.dll)
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. |
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: