C# Class UCosmic.Security.DotNetMembershipProvider

Inheritance: IStorePasswords
Datei anzeigen Open project: ucosmic/UCosmicAlpha

Public Methods

Method 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 method

public Create ( string userName, string password ) : void
userName string
password string
return void

Destroy() public method

public Destroy ( string userName ) : void
userName string
return void

Exists() public method

public Exists ( string userName ) : bool
userName string
return bool

IsLockedOut() public method

public IsLockedOut ( string userName ) : bool
userName string
return bool

Reset() public method

public Reset ( string userName, string password ) : void
userName string
password string
return void

Update() public method

public Update ( string userName, string oldPassword, string newPassword ) : void
userName string
oldPassword string
newPassword string
return void

Validate() public method

public Validate ( string userName, string password ) : bool
userName string
password string
return bool