AspNetTicketSerializer.Deserialize(Byte[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual Microsoft::Owin::Security::AuthenticationTicket ^ Deserialize(cli::array <System::Byte> ^ data);
public virtual Microsoft.Owin.Security.AuthenticationTicket Deserialize (byte[] data);
abstract member Deserialize : byte[] -> Microsoft.Owin.Security.AuthenticationTicket
override this.Deserialize : byte[] -> Microsoft.Owin.Security.AuthenticationTicket
Public Overridable Function Deserialize (data As Byte()) As AuthenticationTicket
Parameters
- data
- Byte[]
Returns
- Microsoft.Owin.Security.AuthenticationTicket
Implements
Microsoft.Owin.Security.DataHandler.Serializer.IDataSerializer`1.Deserialize(System.Byte[])