Method | Description | |
---|---|---|
CookieAuthenticator ( ) : System | ||
CookieAuthenticator ( ICookieAuthenticationConfiguration configuration, System.Web.HttpContextBase context ) : System | ||
GetTagData ( ) : byte[] | ||
SetCookie ( string username, bool persistent = false, string roles = null, byte tag = null, System.DateTime explicitExpiry = null ) : void | ||
SignOut ( ) : void |
Method | Description | |
---|---|---|
SetExpireTimeTrackingCookie ( System.DateTime expireDateTime ) : void |
public CookieAuthenticator ( ICookieAuthenticationConfiguration configuration, System.Web.HttpContextBase context ) : System | ||
configuration | ICookieAuthenticationConfiguration | |
context | System.Web.HttpContextBase | |
return | System |
public SetCookie ( string username, bool persistent = false, string roles = null, byte tag = null, System.DateTime explicitExpiry = null ) : void | ||
username | string | |
persistent | bool | |
roles | string | |
tag | byte | |
explicitExpiry | System.DateTime | |
return | void |