AspNetTicketSerializer.Serialize(AuthenticationTicket) 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 cli::array <System::Byte> ^ Serialize(Microsoft::Owin::Security::AuthenticationTicket ^ ticket);
public virtual byte[] Serialize (Microsoft.Owin.Security.AuthenticationTicket ticket);
abstract member Serialize : Microsoft.Owin.Security.AuthenticationTicket -> byte[]
override this.Serialize : Microsoft.Owin.Security.AuthenticationTicket -> byte[]
Public Overridable Function Serialize (ticket As AuthenticationTicket) As Byte()
Parameters
- ticket
- Microsoft.Owin.Security.AuthenticationTicket
Returns
- Byte[]
Implements
Microsoft.Owin.Security.DataHandler.Serializer.IDataSerializer`1.Serialize(`0)