StartJobCommand.Authentication Property

Definition

Use basic authentication to authenticate the user.

public:
 virtual property System::Management::Automation::Runspaces::AuthenticationMechanism Authentication { System::Management::Automation::Runspaces::AuthenticationMechanism get(); void set(System::Management::Automation::Runspaces::AuthenticationMechanism value); };
public override System.Management.Automation.Runspaces.AuthenticationMechanism Authentication { get; set; }
[System.Management.Automation.Parameter(ParameterSetName="ComputerName")]
[System.Management.Automation.Parameter(ParameterSetName="FilePathComputerName")]
[System.Management.Automation.Parameter(ParameterSetName="LiteralFilePathComputerName")]
public override System.Management.Automation.Runspaces.AuthenticationMechanism Authentication { get; set; }
member this.Authentication : System.Management.Automation.Runspaces.AuthenticationMechanism with get, set
[<System.Management.Automation.Parameter(ParameterSetName="ComputerName")>]
[<System.Management.Automation.Parameter(ParameterSetName="FilePathComputerName")>]
[<System.Management.Automation.Parameter(ParameterSetName="LiteralFilePathComputerName")>]
member this.Authentication : System.Management.Automation.Runspaces.AuthenticationMechanism with get, set
Public Overrides Property Authentication As AuthenticationMechanism

Property Value

Attributes

Applies to