PropertiesSerializer.Write 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.
Surcharges
Write(BinaryWriter, AuthenticationProperties) | |
Write(BinaryWriter, AuthenticationProperties) |
Write(BinaryWriter, AuthenticationProperties)
- Source:
- PropertiesSerializer.cs
- Source:
- PropertiesSerializer.cs
- Source:
- PropertiesSerializer.cs
System.Object.Write(System.IO.BinaryWriter,Microsoft.AspNetCore.Authentication.AuthenticationProperties)
public:
virtual void Write(System::IO::BinaryWriter ^ writer, Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ properties);
public virtual void Write (System.IO.BinaryWriter writer, Microsoft.AspNetCore.Authentication.AuthenticationProperties properties);
abstract member Write : System.IO.BinaryWriter * Microsoft.AspNetCore.Authentication.AuthenticationProperties -> unit
override this.Write : System.IO.BinaryWriter * Microsoft.AspNetCore.Authentication.AuthenticationProperties -> unit
Public Overridable Sub Write (writer As BinaryWriter, properties As AuthenticationProperties)
Paramètres
- writer
- BinaryWriter
- properties
- AuthenticationProperties
S’applique à
Write(BinaryWriter, AuthenticationProperties)
public:
virtual void Write(System::IO::BinaryWriter ^ writer, Microsoft::AspNetCore::Http::Authentication::AuthenticationProperties ^ properties);
public virtual void Write (System.IO.BinaryWriter writer, Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties properties);
abstract member Write : System.IO.BinaryWriter * Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties -> unit
override this.Write : System.IO.BinaryWriter * Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties -> unit
Public Overridable Sub Write (writer As BinaryWriter, properties As AuthenticationProperties)
Paramètres
- writer
- BinaryWriter
- properties
- AuthenticationProperties