Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

AuthenticationLevel Enum

Definition

Namespace:
System.Management
Assembly:
System.Management.dll
Package:
System.Management v11.0.0-preview.5.26302.115
Source:
ManagementOptions.cs
Source:
ManagementOptions.cs
Source:
ManagementOptions.cs
Source:
ManagementOptions.cs

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
AuthenticationLevel

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


Feedback

Was this page helpful?