SecurityTokenValidatedNotification<TMessage, TOptions>.AuthenticationTicket Property
Gets or set the AuthenticationTicket
Namespace: Microsoft.Owin.Security.Notifications
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
Syntax
public AuthenticationTicket AuthenticationTicket { get; set; }
public:
property AuthenticationTicket^ AuthenticationTicket {
AuthenticationTicket^ get();
void set(AuthenticationTicket^ value);
}
member AuthenticationTicket : AuthenticationTicket with get, set
Public Property AuthenticationTicket As AuthenticationTicket
Property Value
Type: Microsoft.Owin.Security.AuthenticationTicket
See Also
SecurityTokenValidatedNotification<TMessage, TOptions> Class
Microsoft.Owin.Security.Notifications Namespace
Return to top