C# 클래스 SiteMaster, FileZilla.NET

상속: MasterPage
파일 보기 프로젝트 열기: sancsoft/FileZilla.NET 1 사용 예제들

공개 메소드들

메소드 설명
ForceAdministrator ( ) : void

Require administrator access

ForceAuthentication ( ) : void

Require that a user is logged in to access the page

ForceSSL ( ) : void

Verifies that we are connected on a secure connection using HTTPS

IsAuthenticated ( ) : bool

Verify that a user is logged in

보호된 메소드들

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

Master initialization required before child page loads

Page_Load ( object sender, EventArgs e ) : void

Load the master page components - customization based on this instance

메소드 상세

ForceAdministrator() 공개 메소드

Require administrator access
public ForceAdministrator ( ) : void
리턴 void

ForceAuthentication() 공개 메소드

Require that a user is logged in to access the page
public ForceAuthentication ( ) : void
리턴 void

ForceSSL() 공개 메소드

Verifies that we are connected on a secure connection using HTTPS
public ForceSSL ( ) : void
리턴 void

IsAuthenticated() 공개 메소드

Verify that a user is logged in
public IsAuthenticated ( ) : bool
리턴 bool

Page_Init() 보호된 메소드

Master initialization required before child page loads
protected Page_Init ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

Page_Load() 보호된 메소드

Load the master page components - customization based on this instance
protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void