AspNetTicketSerializer.Read(BinaryReader) 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 ^ Read(System::IO::BinaryReader ^ reader);
public virtual Microsoft.Owin.Security.AuthenticationTicket Read (System.IO.BinaryReader reader);
abstract member Read : System.IO.BinaryReader -> Microsoft.Owin.Security.AuthenticationTicket
override this.Read : System.IO.BinaryReader -> Microsoft.Owin.Security.AuthenticationTicket
Public Overridable Function Read (reader As BinaryReader) As AuthenticationTicket
Parameters
- reader
- BinaryReader
Returns
- Microsoft.Owin.Security.AuthenticationTicket