PropertiesSerializer.Write 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.
Überlädt
Write(BinaryWriter, AuthenticationProperties) | |
Write(BinaryWriter, AuthenticationProperties) |
Write(BinaryWriter, AuthenticationProperties)
- Quelle:
- PropertiesSerializer.cs
- Quelle:
- PropertiesSerializer.cs
- Quelle:
- 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)
Parameter
- writer
- BinaryWriter
- properties
- AuthenticationProperties
Gilt für:
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)
Parameter
- writer
- BinaryWriter
- properties
- AuthenticationProperties