IHasPassword Interface

Represents a user input which includes a password.

Definition

Namespace: MobileTrack.Common.Interfaces
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
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