Share via


NewWSManSessionOptionCommand.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.
[System.Management.Automation.Parameter]
[System.Management.Automation.ValidateNotNullOrEmpty]
public Microsoft.WSMan.Management.ProxyAuthentication ProxyAuthentication { get; set; }
[<System.Management.Automation.Parameter>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.ProxyAuthentication : Microsoft.WSMan.Management.ProxyAuthentication with get, set
Public Property ProxyAuthentication As ProxyAuthentication

Property Value

Attributes

Applies to