WSManConnectionInfo.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:
virtual property System::Management::Automation::Runspaces::AuthenticationMechanism AuthenticationMechanism { System::Management::Automation::Runspaces::AuthenticationMechanism get(); void set(System::Management::Automation::Runspaces::AuthenticationMechanism value); };
public override System.Management.Automation.Runspaces.AuthenticationMechanism AuthenticationMechanism { get; set; }
member this.AuthenticationMechanism : System.Management.Automation.Runspaces.AuthenticationMechanism with get, set
Public Overrides Property AuthenticationMechanism As AuthenticationMechanism