Share via


AuthenticationTokenReceiveContext.DeserializeTicket Method (String)

 

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