RenameComputerCommand.WsmanAuthentication Property

Definition

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]
[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>]
[<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

Applies to