WmiActivity.PSAuthenticationLevel Property

Definition

Specifies the authentication level to be used with the WMI connection. Valid values are: -1: Unchanged 0: Default 1: None (No authentication in performed.) 2: Connect (Authentication is performed only when the client establishes a relationship with the application.) 3: Call (Authentication is performed only at the beginning of each call when the application receives the request.) 4: Packet (Authentication is performed on all the data that is received from the client.) 5: PacketIntegrity (All the data that is transferred between the client and the application is authenticated and verified.) 6: PacketPrivacy (The properties of the other authentication levels are used, and all the data is encrypted.)

public:
 property System::Management::AuthenticationLevel PSAuthenticationLevel { System::Management::AuthenticationLevel get(); void set(System::Management::AuthenticationLevel value); };
[System.ComponentModel.DefaultValue(null)]
public System.Management.AuthenticationLevel PSAuthenticationLevel { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.PSAuthenticationLevel : System.Management.AuthenticationLevel with get, set
Public Property PSAuthenticationLevel As AuthenticationLevel

Property Value

Attributes

Applies to