Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.Owin.Security.Infrastructure
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
Syntax
public void DeserializeTicket(
string protectedData
)
public:
void DeserializeTicket(
String^ protectedData
)
member DeserializeTicket :
protectedData:string -> unit
Public Sub DeserializeTicket (
protectedData As String
)
See Also
AuthenticationTokenReceiveContext Class
Microsoft.Owin.Security.Infrastructure Namespace
Return to top