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!

CookieIdentity.Ticket

[To be supplied.]

[Visual Basic]
Public ReadOnly Property Ticket As CookieAuthenticationTicket
[C#]
public CookieAuthenticationTicket Ticket {get;}
[C++]
public: __property CookieAuthenticationTicket* get_Ticket();
[JScript]
public function get Ticket() : CookieAuthenticationTicket;

See Also

CookieIdentity Class | CookieIdentity Members | System.Web.Security Namespace