AuthenticationTokenCreateContext.Ticket Property
Namespace: Microsoft.Owin.Security.Infrastructure
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
Syntax
public AuthenticationTicket Ticket { get; protected set; }
public:
property AuthenticationTicket^ Ticket {
AuthenticationTicket^ get();
protected: void set(AuthenticationTicket^ value);
}
member Ticket : AuthenticationTicket with get, set
Public Property Ticket As AuthenticationTicket
Get
Protected Set
End Property
Property Value
Type: Microsoft.Owin.Security.AuthenticationTicket
See Also
AuthenticationTokenCreateContext Class
Microsoft.Owin.Security.Infrastructure Namespace
Return to top