Share via


NewCimSession.Authentication Property

Definition

Provides access to the Authentication parameter.

public:
 property System::Activities::InArgument<Microsoft::Management::Infrastructure::Options::PasswordAuthenticationMechanism> ^ Authentication { 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> Authentication { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.Authentication : System.Activities.InArgument<Microsoft.Management.Infrastructure.Options.PasswordAuthenticationMechanism> with get, set
Public Property Authentication As InArgument(Of PasswordAuthenticationMechanism)

Property Value

Attributes

Applies to