PSRemotingBaseCmdlet.Authentication 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.
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 virtual System.Management.Automation.Runspaces.AuthenticationMechanism Authentication { get; set; }
[System.Management.Automation.Parameter(ParameterSetName="ComputerName")]
[System.Management.Automation.Parameter(ParameterSetName="Uri")]
public virtual 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="Uri")>]
member this.Authentication : System.Management.Automation.Runspaces.AuthenticationMechanism with get, set
Public Overridable Property Authentication As AuthenticationMechanism
Property Value
- Attributes