C# 클래스 Administrasjon.Controllers.SuperController

상속: Controller
파일 보기 프로젝트 열기: chrban/Webapplikasjoner 1 사용 예제들

공개 메소드들

메소드 설명
Index ( ) : System.Web.Mvc.ActionResult
getActiveUserID ( ) : int
getHash ( string incPassword ) : byte[]

비공개 메소드들

메소드 설명
createHash ( string incPassword ) : byte[]

메소드 상세

Index() 공개 메소드

public Index ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

getActiveUserID() 공개 메소드

public getActiveUserID ( ) : int
리턴 int

getHash() 공개 메소드

public getHash ( string incPassword ) : byte[]
incPassword string
리턴 byte[]