AceQL.Client.Api Namespace
AceQL.Client.Api.Metadata Namespace
AceQL HTTP C# Client SDK v7.0.1

PasswordAuthentication Members

The PasswordAuthentication type exposes the following members.

Constructors


  Name Description
Public method PasswordAuthentication
Creates a new {@code PasswordAuthentication} object from the given user name and password.

Note that the given user password is cloned before it is stored in the new PasswordAuthentication object.

Methods


  Name Description
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Properties


  Name Description
Public property Password
Returns the user password.

Note that this method returns a reference to the password. It is the caller's responsibility to zero out the password information after it is no longer needed.

Public property UserName
Returns the user name.