SmartAPI
Open Source .NET RQL library for RedDot CMS / OpenText WSM Management Server
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
erminas.SmartAPI.Utils.PasswordAuthentication Class Reference

Password authentication credentials More...

Public Member Functions

 PasswordAuthentication ()
 
 PasswordAuthentication (String username, String password)
 

Properties

string Password [get, set]
 Password of the user
 
string Username [get, set]
 Name of the user
 

Detailed Description

Password authentication credentials

Definition at line 23 of file PasswordAuthentication.cs.

Constructor & Destructor Documentation

erminas.SmartAPI.Utils.PasswordAuthentication.PasswordAuthentication ( )

Definition at line 25 of file PasswordAuthentication.cs.

erminas.SmartAPI.Utils.PasswordAuthentication.PasswordAuthentication ( String  username,
String  password 
)

Definition at line 29 of file PasswordAuthentication.cs.

Property Documentation

string erminas.SmartAPI.Utils.PasswordAuthentication.Password
getset

Password of the user

Definition at line 38 of file PasswordAuthentication.cs.

string erminas.SmartAPI.Utils.PasswordAuthentication.Username
getset

Name of the user

Definition at line 43 of file PasswordAuthentication.cs.


The documentation for this class was generated from the following file: