PropertiesSerializer.Read(BinaryReader) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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
Parameter
- reader
- BinaryReader