MobileTrack Nexus Documentation
C#
Show/Hide TOC
Login
Input
Model
Password Property
Represents a password entered by the user
Definition
Namespace:
MobileTrack.Web.Components.Models
Assembly:
MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
C#
Copy
Request Example
public
required
string
Password
{
get
;
set
; }
Property Value
String
Implements
IHasPassword
Password
Remarks
Length
– A password needs to be at least 10 characters in length
Contains
– At least one lowercase letter, one uppercase letter, one digit and one special character.
See Also
Reference
LoginInputModel Class
MobileTrack.Web.Components.Models Namespace
In This Article
Definition
Property Value
Implements
Remarks
See Also