C# Class UCosmic.Security.DotNetMembershipProvider

Inheritance: IStorePasswords
Afficher le fichier Open project: ucosmic/UCosmicAlpha

Méthodes publiques

Méthode Description
Create ( string userName, string password ) : void
Destroy ( string userName ) : void
Exists ( string userName ) : bool
IsLockedOut ( string userName ) : bool
Reset ( string userName, string password ) : void
Update ( string userName, string oldPassword, string newPassword ) : void
Validate ( string userName, string password ) : bool

Method Details

Create() public méthode

public Create ( string userName, string password ) : void
userName string
password string
Résultat void

Destroy() public méthode

public Destroy ( string userName ) : void
userName string
Résultat void

Exists() public méthode

public Exists ( string userName ) : bool
userName string
Résultat bool

IsLockedOut() public méthode

public IsLockedOut ( string userName ) : bool
userName string
Résultat bool

Reset() public méthode

public Reset ( string userName, string password ) : void
userName string
password string
Résultat void

Update() public méthode

public Update ( string userName, string oldPassword, string newPassword ) : void
userName string
oldPassword string
newPassword string
Résultat void

Validate() public méthode

public Validate ( string userName, string password ) : bool
userName string
password string
Résultat bool