프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 ( |
||
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 |
public static Authenticate ( string name, string password ) : bool | ||
name | string | |
password | string | |
리턴 | bool |
public static Decrypt ( string encryptedTicket ) : System.Web.Security.FormsAuthenticationTicket | ||
encryptedTicket | string | |
리턴 | System.Web.Security.FormsAuthenticationTicket |
public static EnableFormsAuthentication ( |
||
configurationData | ||
리턴 | void |
public static Encrypt ( System.Web.Security.FormsAuthenticationTicket ticket ) : string | ||
ticket | System.Web.Security.FormsAuthenticationTicket | |
리턴 | string |
public FormsAuthentication ( ) : System.Collections | ||
리턴 | System.Collections |
public static GetAuthCookie ( string userName, bool createPersistentCookie ) : System.Web.HttpCookie | ||
userName | string | |
createPersistentCookie | bool | |
리턴 | System.Web.HttpCookie |
public static GetAuthCookie ( string userName, bool createPersistentCookie, string strCookiePath ) : System.Web.HttpCookie | ||
userName | string | |
createPersistentCookie | bool | |
strCookiePath | string | |
리턴 | System.Web.HttpCookie |
public static GetRedirectUrl ( string userName, bool createPersistentCookie ) : string | ||
userName | string | |
createPersistentCookie | bool | |
리턴 | string |
public static HashPasswordForStoringInConfigFile ( string password, string passwordFormat ) : string | ||
password | string | |
passwordFormat | string | |
리턴 | string |
public static RedirectFromLoginPage ( string userName, bool createPersistentCookie ) : void | ||
userName | string | |
createPersistentCookie | bool | |
리턴 | void |
public static RedirectFromLoginPage ( string userName, bool createPersistentCookie, string strCookiePath ) : void | ||
userName | string | |
createPersistentCookie | bool | |
strCookiePath | string | |
리턴 | void |
public static RenewTicketIfOld ( FormsAuthenticationTicket tOld ) : FormsAuthenticationTicket | ||
tOld | FormsAuthenticationTicket | |
리턴 | FormsAuthenticationTicket |
public static SetAuthCookie ( string userName, bool createPersistentCookie ) : void | ||
userName | string | |
createPersistentCookie | bool | |
리턴 | void |
public static SetAuthCookie ( string userName, bool createPersistentCookie, string strCookiePath ) : void | ||
userName | string | |
createPersistentCookie | bool | |
strCookiePath | string | |
리턴 | void |