PropertiesSerializer.Serialize 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
Serialize(AuthenticationProperties) |
Serialisiert den angegebenen |
Serialize(AuthenticationProperties) |
Serialize(AuthenticationProperties)
- Quelle:
- PropertiesSerializer.cs
- Quelle:
- PropertiesSerializer.cs
- Quelle:
- PropertiesSerializer.cs
Serialisiert den angegebenen model
.
public:
virtual cli::array <System::Byte> ^ Serialize(Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ model);
public virtual byte[] Serialize (Microsoft.AspNetCore.Authentication.AuthenticationProperties model);
abstract member Serialize : Microsoft.AspNetCore.Authentication.AuthenticationProperties -> byte[]
override this.Serialize : Microsoft.AspNetCore.Authentication.AuthenticationProperties -> byte[]
Public Overridable Function Serialize (model As AuthenticationProperties) As Byte()
Parameter
- model
- AuthenticationProperties
Der zu serialisierende Wert.
Gibt zurück
Byte[]
Die serialisierten Daten.
Implementiert
Gilt für:
Serialize(AuthenticationProperties)
public:
virtual cli::array <System::Byte> ^ Serialize(Microsoft::AspNetCore::Http::Authentication::AuthenticationProperties ^ model);
public virtual byte[] Serialize (Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties model);
abstract member Serialize : Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties -> byte[]
override this.Serialize : Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties -> byte[]
Public Overridable Function Serialize (model As AuthenticationProperties) As Byte()
Parameter
- model
- AuthenticationProperties
Gibt zurück
Byte[]