This documentation is archived and is not being maintained.
PassportIdentity.Ticket Method
.NET Framework 1.1
Gets information on a specific attribute of the Passport authentication ticket.
[Visual Basic] Public Function Ticket( _ ByVal 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 single sign-in and profile sharing. For more information, see the Passport SDK documentation in the MSDN Library at http://msdn.microsoft.com/library .
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
PassportIdentity Class | PassportIdentity Members | System.Web.Security Namespace
Show: