NewCimSessionOption.ProxyAuthentication Property

Definition

Provides access to the ProxyAuthentication parameter.

public:
 property System::Activities::InArgument<Microsoft::Management::Infrastructure::Options::PasswordAuthenticationMechanism> ^ ProxyAuthentication { System::Activities::InArgument<Microsoft::Management::Infrastructure::Options::PasswordAuthenticationMechanism> ^ get(); void set(System::Activities::InArgument<Microsoft::Management::Infrastructure::Options::PasswordAuthenticationMechanism> ^ value); };
[System.ComponentModel.DefaultValue(null)]
public System.Activities.InArgument<Microsoft.Management.Infrastructure.Options.PasswordAuthenticationMechanism> ProxyAuthentication { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.ProxyAuthentication : System.Activities.InArgument<Microsoft.Management.Infrastructure.Options.PasswordAuthenticationMechanism> with get, set
Public Property ProxyAuthentication As InArgument(Of PasswordAuthenticationMechanism)

Property Value

Attributes

Applies to