NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CookieAuthenticationTicket Constructor (String, Boolean)

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal name As String, _
   ByVal isPersistent As Boolean _
)
[C#]
public CookieAuthenticationTicket(
   string name,
   bool isPersistent
);
[C++]
public: CookieAuthenticationTicket(
   String* name,
   bool isPersistent
);
[JScript]
public function CookieAuthenticationTicket(
   name : String,
   isPersistent : Boolean
);

Parameters

name
[To be supplied.]
isPersistent
[To be supplied.]

See Also

CookieAuthenticationTicket Class | CookieAuthenticationTicket Members | System.Web.Security Namespace | CookieAuthenticationTicket Constructor Overload List