asp.net.ph

PassportIdentity.Ticket Method

System.Web.Security Namespace   PassportIdentity Class


Gets information on a specific attribute of the Passport authentication ticket.

[ VB ]
Public Function Ticket ( _
   strAttribute As String _
 ) As Object

[ C# ]
public object Ticket (
   string strAttribute
);

[ C++ ]
public: Object* Ticket (
   String* strAttribute
);

[ JScript ]
public function Ticket (
   strAttribute : String
 ) : Object;

Parameters

strAttribute
A string identifying the Passport authentication ticket to return .

Return Value

An object representing an attribute of the Passport authentication ticket.

Remarks

A ticket is a cookie used by the Passport for secure single sign-in and profile sharing. For more information, see the Passport SDK documentation in the MSDN Library.

See Also

PassportIdentity Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 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 asp.net.ph