| |||||
FormsAuthenticationTicket Constructor ( String, Boolean, Int32 )System.Web.Security Namespace FormsAuthenticationTicket Class Creates a FormsAuthenticationTicket instance with the specified name and cookie durability, and default values for the other settings ( version set internally, dates set to current date, and expiration determined on durability of cookie ) . [ VB ] Public Sub New ( _ name As String, _ isPersistent As Boolean, _ timeout As Integer _ ) [ C# ] Public FormsAuthenticationTicket ( string name, bool isPersistent, int timeout ); [ C++ ] public: FormsAuthenticationTicket ( String* name, bool isPersistent, int timeout ); [ JScript ] public Serializable function FormsAuthenticationTicket ( name : String, isPersistent : Boolean, timeout : int ); Parameters
RemarksThe default settings include version number, dates that are set to the current date, and expiration as determined by the durability setting. See AlsoFormsAuthenticationTicket Members FormsAuthenticationTicket Constructor Overload List |
| ||||
Check out related books at Amazon
© 2000-2008 Rey Nuñez All rights reserved.
If you have any question, comment or suggestion
about this site, please send us a note
You can help support aspxtreme