Class UserInfo
This class contains the reader's login credentials includes Username, Oldpassword, Newpassword
Inheritance
System.Object
UserInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: rfid.api
Assembly: rfid.netcore.dll
Syntax
public class UserInfo
Constructors
UserInfo()
Declaration
public UserInfo()
Properties
NewPassword
Gets or sets the New Password
Declaration
public string NewPassword { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
OldPassword
Gets or sets the Old Password
Declaration
public string OldPassword { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Username
Gets or sets the user name
Declaration
public string Username { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |