RunspaceConnectionInfo.AuthenticationMechanism 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.
Authentication mechanism to use while connecting to the server.
public:
abstract property System::Management::Automation::Runspaces::AuthenticationMechanism AuthenticationMechanism { System::Management::Automation::Runspaces::AuthenticationMechanism get(); void set(System::Management::Automation::Runspaces::AuthenticationMechanism value); };
public abstract System.Management.Automation.Runspaces.AuthenticationMechanism AuthenticationMechanism { get; set; }
member this.AuthenticationMechanism : System.Management.Automation.Runspaces.AuthenticationMechanism with get, set
Public MustOverride Property AuthenticationMechanism As AuthenticationMechanism