PropertiesSerializer.Read(BinaryReader) Method

Definition

System.Object.Read(System.IO.BinaryReader)
public:
 virtual Microsoft::AspNetCore::Http::Authentication::AuthenticationProperties ^ Read(System::IO::BinaryReader ^ reader);
public:
 virtual Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ Read(System::IO::BinaryReader ^ reader);
public virtual Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties Read (System.IO.BinaryReader reader);
public virtual Microsoft.AspNetCore.Authentication.AuthenticationProperties Read (System.IO.BinaryReader reader);
public virtual Microsoft.AspNetCore.Authentication.AuthenticationProperties? Read (System.IO.BinaryReader reader);
abstract member Read : System.IO.BinaryReader -> Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties
override this.Read : System.IO.BinaryReader -> Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties
abstract member Read : System.IO.BinaryReader -> Microsoft.AspNetCore.Authentication.AuthenticationProperties
override this.Read : System.IO.BinaryReader -> Microsoft.AspNetCore.Authentication.AuthenticationProperties
Public Overridable Function Read (reader As BinaryReader) As AuthenticationProperties

Parameters

reader
BinaryReader

Returns

Applies to