GetPSSession.Authentication Property

Definition

Provides access to the Authentication parameter.

public:
 property System::Activities::InArgument<System::Management::Automation::Runspaces::AuthenticationMechanism> ^ Authentication { System::Activities::InArgument<System::Management::Automation::Runspaces::AuthenticationMechanism> ^ get(); void set(System::Activities::InArgument<System::Management::Automation::Runspaces::AuthenticationMechanism> ^ value); };
[System.ComponentModel.DefaultValue(null)]
public System.Activities.InArgument<System.Management.Automation.Runspaces.AuthenticationMechanism> Authentication { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.Authentication : System.Activities.InArgument<System.Management.Automation.Runspaces.AuthenticationMechanism> with get, set
Public Property Authentication As InArgument(Of AuthenticationMechanism)

Property Value

Attributes

Applies to