C# Class Sholo.Web.Security.Analysis.FormsAuthenticationCookieAnalysis

ファイルを表示 Open project: scottt732/SholoWebSecurity Class Usage Examples

Public Methods

Method Description
GetFormsAuthenticationTicket ( ) : System.Web.Security.FormsAuthenticationTicket

Retrieves the FormsAuthenticationTicket contained within the FormsAuthenticationCookie

Private Methods

Method Description
SetFormsAuthenticationTicket ( System.Web.Security.FormsAuthenticationTicket ticket ) : void

Method Details

GetFormsAuthenticationTicket() public method

Retrieves the FormsAuthenticationTicket contained within the FormsAuthenticationCookie
public GetFormsAuthenticationTicket ( ) : System.Web.Security.FormsAuthenticationTicket
return System.Web.Security.FormsAuthenticationTicket