This documentation is archived and is not being maintained.
AuthenticationLevel Enumeration
.NET Framework 1.1
Describes the authentication level to be used to connect to WMI. This is used for the COM connection to WMI.
[Visual Basic] <Serializable> Public Enum AuthenticationLevel [C#] [Serializable] public enum AuthenticationLevel [C++] [Serializable] __value public enum AuthenticationLevel [JScript] public Serializable enum AuthenticationLevel
Members
| 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. |
Requirements
Namespace: System.Management
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Management (in System.Management.dll)
See Also
Show: