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+45c8d9adb5970d727cceec44a5ed61aea0016e50
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