PropertiesSerializer.Read(BinaryReader) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Paramètres
- reader
- BinaryReader