C# Class System.Data.Entity.CacheUserBase

Inheritance: CacheEntityBase, IPassword, IRoleEntity
Afficher le fichier Open project: Kation/ComBoost

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public IsInRole ( object role ) : bool
role object
Résultat bool

SetPassword() public méthode

Set a new password.
public SetPassword ( string password ) : void
password string New password.
Résultat void

VerifyPassword() public méthode

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