RestartComputerCommand.WsmanAuthentication 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 authentication options for CIM_WSMan connection
public:
property System::String ^ WsmanAuthentication { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ WsmanAuthentication { Platform::String ^ get(); void set(Platform::String ^ value); };
public string WsmanAuthentication { get; set; }
[System.Management.Automation.Parameter(ParameterSetName="DefaultSet")]
[System.Management.Automation.ValidateSet(new System.String[] { "Default", "Basic", "Negotiate", "CredSSP", "Digest", "Kerberos" })]
public string WsmanAuthentication { get; set; }
member this.WsmanAuthentication : string with get, set
[<System.Management.Automation.Parameter(ParameterSetName="DefaultSet")>]
[<System.Management.Automation.ValidateSet(new System.String[] { "Default", "Basic", "Negotiate", "CredSSP", "Digest", "Kerberos" })>]
member this.WsmanAuthentication : string with get, set
Public Property WsmanAuthentication As String
Property Value
- Attributes