ActivityImplementationContext.PSAuthentication Property

Definition

Defines the authentication type to be used in the remote connection.

public:
 property Nullable<System::Management::Automation::Runspaces::AuthenticationMechanism> PSAuthentication { Nullable<System::Management::Automation::Runspaces::AuthenticationMechanism> get(); void set(Nullable<System::Management::Automation::Runspaces::AuthenticationMechanism> value); };
public System.Management.Automation.Runspaces.AuthenticationMechanism? PSAuthentication { get; set; }
member this.PSAuthentication : Nullable<System.Management.Automation.Runspaces.AuthenticationMechanism> with get, set
Public Property PSAuthentication As Nullable(Of AuthenticationMechanism)

Property Value

Applies to