C# Class System.Data.Entity.CacheUserBase

Inheritance: CacheEntityBase, IPassword, IRoleEntity
Show file Open project: Kation/ComBoost

Private Properties

Property Type Description

Public Methods

Method Description
IsInRole ( object role ) : bool
SetPassword ( string password ) : void

Set a new password.

VerifyPassword ( string password ) : bool

Verify a password is equal to this entity.

Method Details

IsInRole() public method

public IsInRole ( object role ) : bool
role object
return bool

SetPassword() public method

Set a new password.
public SetPassword ( string password ) : void
password string New password.
return void

VerifyPassword() public method

Verify a password is equal to this entity.
public VerifyPassword ( string password ) : bool
password string Password to verify.
return bool