WSManConnectionInfo.ProxyAuthentication Property

Definition

The following is the definition of the input parameter "ProxyAuthentication". This parameter takes a set of authentication methods the user can select from. The available options should be as follows:

  • Negotiate: Use the default authentication (ad defined by the underlying protocol) for establishing a remote connection.
  • Basic: Use basic authentication for establishing a remote connection
  • Digest: Use Digest authentication for establishing a remote connection.
public:
 property System::Management::Automation::Runspaces::AuthenticationMechanism ProxyAuthentication { System::Management::Automation::Runspaces::AuthenticationMechanism get(); void set(System::Management::Automation::Runspaces::AuthenticationMechanism value); };
public System.Management.Automation.Runspaces.AuthenticationMechanism ProxyAuthentication { get; set; }
member this.ProxyAuthentication : System.Management.Automation.Runspaces.AuthenticationMechanism with get, set
Public Property ProxyAuthentication As AuthenticationMechanism

Property Value

Applies to