Click or drag to resize

UserCredential Constructor

Overload List
  NameDescription
Public methodUserCredential(String)
Constructor of UserCredential with Portal User Token.
Public methodUserCredential(String, DateTime)
Constructor of UserCredential with Access token and Credential Expiry.
Public methodUserCredential(String, String)
Constructor of UserCredential with Username and Password.
Public methodUserCredential(String, String, DateTime)
Constructor of UserCredential with Username, Password and Credential Expiry.
Public methodUserCredential(String, String, String)
Constructor of UserCredential with Username, Password and Domain.
Public methodUserCredential(String, String, String, DateTime)
Constructor of UserCredential with Username, Password , Domain and Credential Expiry.
Public methodUserCredential(String, String, String, String)
Constructor of UserCredential with Username, Password, Domain and HA1String.
Public methodUserCredential(String, String, String, String, DateTime)
Constructor of UserCredential with Username, Password, Domain ,HA1String and CrdentialExpiry.
Public methodUserCredential(String, String, String, String, String)
Constructor of UserCredential with Username, Password, Domain, HA1String, AuthToken and State
Public methodUserCredential(String, String, String, String, String, DateTime)
Constructor of UserCredential with Username, Password, Domain, HA1String, AuthToken and Credential Expiry
Top
See Also