C# 클래스 System.Data.Entity.CacheUserBase

상속: CacheEntityBase, IPassword, IRoleEntity
파일 보기 프로젝트 열기: Kation/ComBoost

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
IsInRole ( object role ) : bool
SetPassword ( string password ) : void

Set a new password.

VerifyPassword ( string password ) : bool

Verify a password is equal to this entity.

메소드 상세

IsInRole() 공개 메소드

public IsInRole ( object role ) : bool
role object
리턴 bool

SetPassword() 공개 메소드

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

VerifyPassword() 공개 메소드

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