C# 클래스 CAESDO.login

파일 보기 프로젝트 열기: ucdavis/Recruitments

보호된 프로퍼티들

프로퍼티 타입 설명
lbtnKerberosLogin global::System.Web.UI.WebControls.LinkButton
loginMembership global::System.Web.UI.WebControls.Login
pnlKerberosLogin global::System.Web.UI.WebControls.Panel

보호된 메소드들

메소드 설명
Page_Load ( object sender, EventArgs e ) : void
lbtnKerberosLogin_Click ( object sender, EventArgs e ) : void

Performs a distAuth login

비공개 메소드들

메소드 설명
CASLogin ( ) : void

Login to the campus DistAuth system using CAS

DistAuthLogin ( ) : void
GetUseKerberos ( ) : bool
IpHash ( string suppliedIPAddress ) : string

Hashes an IP address using DistAuth's algoritm

KerberosLogin ( ) : void
ParseDistAuthCookie ( HttpCookie suppliedDistAuthCookie, string &suppliedUserName, string &suppliedAfsHash, string &suppliedDistAuthHash ) : void

Parses the DistAuth cookie into user, AFS Hash, and IP Hash

VerifyDistAuthCookie ( string ipHash ) : bool

Verifies the clients IP address matches the hashed IP address in DistAuth Prevents copying the cookie and using from another machine

메소드 상세

Page_Load() 보호된 메소드

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

lbtnKerberosLogin_Click() 보호된 메소드

Performs a distAuth login
protected lbtnKerberosLogin_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

프로퍼티 상세

lbtnKerberosLogin 보호되어 있는 프로퍼티

lbtnKerberosLogin control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LinkButton lbtnKerberosLogin
리턴 global::System.Web.UI.WebControls.LinkButton

loginMembership 보호되어 있는 프로퍼티

loginMembership control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Login loginMembership
리턴 global::System.Web.UI.WebControls.Login

pnlKerberosLogin 보호되어 있는 프로퍼티

pnlKerberosLogin control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel pnlKerberosLogin
리턴 global::System.Web.UI.WebControls.Panel