IHasPasswordPassword Property

Represents a password entered by the user

Definition

Namespace: MobileTrack.Common.Interfaces
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
string Password { get; set; }

Property Value

String

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