AceQL HTTP C# Client SDK v7.5.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.

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.