IHasPassword Interface

Represents a user input which includes a password.

Definition

Namespace: MobileTrack.Common.Interfaces
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public interface IHasPassword

Properties

Password Represents a password entered by the user

Extension Methods

IsPasswordValid Checks if a user-input password (like when entering a login form or making a new password) can be correct in the first place.
(Defined by ModelValidatorsExtensions)

See Also