C# 클래스 System.Web.Security.FormsAuthentication

파일 보기 프로젝트 열기: kumpera/mono 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Decrypt2 System.Web.Security.FormsAuthenticationTicket
HashPasswordForStoringInConfigFile string
MapUrl string
Redirect void
Redirect void
RedirectToLoginPage void

공개 메소드들

메소드 설명
Authenticate ( string name, string password ) : bool
Decrypt ( string encryptedTicket ) : System.Web.Security.FormsAuthenticationTicket
EnableFormsAuthentication ( NameValueCollection configurationData ) : void
Encrypt ( System.Web.Security.FormsAuthenticationTicket ticket ) : string
FormsAuthentication ( ) : System.Collections
GetAuthCookie ( string userName, bool createPersistentCookie ) : System.Web.HttpCookie
GetAuthCookie ( string userName, bool createPersistentCookie, string strCookiePath ) : System.Web.HttpCookie
GetRedirectUrl ( string userName, bool createPersistentCookie ) : string
HashPasswordForStoringInConfigFile ( string password, string passwordFormat ) : string
Initialize ( ) : void
RedirectFromLoginPage ( string userName, bool createPersistentCookie ) : void
RedirectFromLoginPage ( string userName, bool createPersistentCookie, string strCookiePath ) : void
RedirectToLoginPage ( ) : void
RenewTicketIfOld ( FormsAuthenticationTicket tOld ) : FormsAuthenticationTicket
SetAuthCookie ( string userName, bool createPersistentCookie ) : void
SetAuthCookie ( string userName, bool createPersistentCookie, string strCookiePath ) : void
SignOut ( ) : void

비공개 메소드들

메소드 설명
Decrypt2 ( byte bytes ) : System.Web.Security.FormsAuthenticationTicket
HashPasswordForStoringInConfigFile ( string password, FormsAuthPasswordFormat passwordFormat ) : string
MapUrl ( string url ) : string
Redirect ( string url ) : void
Redirect ( string url, bool end ) : void
RedirectToLoginPage ( string extraQueryString ) : void

메소드 상세

Authenticate() 공개 정적인 메소드

public static Authenticate ( string name, string password ) : bool
name string
password string
리턴 bool

Decrypt() 공개 정적인 메소드

public static Decrypt ( string encryptedTicket ) : System.Web.Security.FormsAuthenticationTicket
encryptedTicket string
리턴 System.Web.Security.FormsAuthenticationTicket

EnableFormsAuthentication() 공개 정적인 메소드

public static EnableFormsAuthentication ( NameValueCollection configurationData ) : void
configurationData System.Collections.Specialized.NameValueCollection
리턴 void

Encrypt() 공개 정적인 메소드

public static Encrypt ( System.Web.Security.FormsAuthenticationTicket ticket ) : string
ticket System.Web.Security.FormsAuthenticationTicket
리턴 string

FormsAuthentication() 공개 메소드

public FormsAuthentication ( ) : System.Collections
리턴 System.Collections

GetAuthCookie() 공개 정적인 메소드

public static GetAuthCookie ( string userName, bool createPersistentCookie ) : System.Web.HttpCookie
userName string
createPersistentCookie bool
리턴 System.Web.HttpCookie

GetAuthCookie() 공개 정적인 메소드

public static GetAuthCookie ( string userName, bool createPersistentCookie, string strCookiePath ) : System.Web.HttpCookie
userName string
createPersistentCookie bool
strCookiePath string
리턴 System.Web.HttpCookie

GetRedirectUrl() 공개 정적인 메소드

public static GetRedirectUrl ( string userName, bool createPersistentCookie ) : string
userName string
createPersistentCookie bool
리턴 string

HashPasswordForStoringInConfigFile() 공개 정적인 메소드

public static HashPasswordForStoringInConfigFile ( string password, string passwordFormat ) : string
password string
passwordFormat string
리턴 string

Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void

RedirectFromLoginPage() 공개 정적인 메소드

public static RedirectFromLoginPage ( string userName, bool createPersistentCookie ) : void
userName string
createPersistentCookie bool
리턴 void

RedirectFromLoginPage() 공개 정적인 메소드

public static RedirectFromLoginPage ( string userName, bool createPersistentCookie, string strCookiePath ) : void
userName string
createPersistentCookie bool
strCookiePath string
리턴 void

RedirectToLoginPage() 공개 정적인 메소드

public static RedirectToLoginPage ( ) : void
리턴 void

RenewTicketIfOld() 공개 정적인 메소드

public static RenewTicketIfOld ( FormsAuthenticationTicket tOld ) : FormsAuthenticationTicket
tOld FormsAuthenticationTicket
리턴 FormsAuthenticationTicket

SetAuthCookie() 공개 정적인 메소드

public static SetAuthCookie ( string userName, bool createPersistentCookie ) : void
userName string
createPersistentCookie bool
리턴 void

SetAuthCookie() 공개 정적인 메소드

public static SetAuthCookie ( string userName, bool createPersistentCookie, string strCookiePath ) : void
userName string
createPersistentCookie bool
strCookiePath string
리턴 void

SignOut() 공개 정적인 메소드

public static SignOut ( ) : void
리턴 void