RestartComputerCommand.DcomAuthentication Property
Definition
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.
The following is the definition of the input parameter "Authentication". Specifies the authentication level to be used with WMI connection. Valid values are:
Unchanged = -1, Default = 0, None = 1, Connect = 2, Call = 3, Packet = 4, PacketIntegrity = 5, PacketPrivacy = 6.
public System.Management.AuthenticationLevel DcomAuthentication { get; set; }
member this.DcomAuthentication : System.Management.AuthenticationLevel with get, set
Public Property DcomAuthentication As AuthenticationLevel