System.Web.Security Namespace PassportIdentity Class
Gets a value indicating whether the query string includes a Passport ticket as a cookie.
[ VB ]
Public ReadOnly Property HasTicket As Boolean
[ C# ]
public bool HasTicket {get;}
[ C++ ]
public: __property bool get_HasTicket ( );
[ JScript ]
public function get HasTicket ( ) : Boolean;
true if the query string includes a Passport ticket as a cookie; otherwise, false.
For more information, see the Passport SDK documentation.
PassportIdentity Members