PassportIdentity.Ticket Method
.NET Framework 2.0
Gets information on a specific attribute of the Passport authentication ticket.
Namespace: System.Web.Security
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
'Declaration Public Function Ticket ( _ strAttribute As String _ ) As Object 'Usage Dim instance As PassportIdentity Dim strAttribute As String Dim returnValue As Object returnValue = instance.Ticket(strAttribute)
public Object Ticket ( String strAttribute )
public function Ticket ( strAttribute : String ) : Object
Not applicable.
Parameters
- strAttribute
A string identifying the Passport authentication ticket to return.
Return Value
An object representing an attribute of the Passport authentication ticket.Community Additions
ADD
Show: