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;
- strAttribute
- A string identifying the Passport authentication ticket to return .
An object representing an attribute of the Passport authentication ticket.
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.
PassportIdentity Members