PropertiesSerializer.Serialize Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
Serialize(AuthenticationProperties) |
Serializuje określony element |
Serialize(AuthenticationProperties) |
Serialize(AuthenticationProperties)
- Źródło:
- PropertiesSerializer.cs
- Źródło:
- PropertiesSerializer.cs
- Źródło:
- PropertiesSerializer.cs
Serializuje określony element 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()
Parametry
- model
- AuthenticationProperties
Wartość do serializacji.
Zwraca
Byte[]
Serializowane dane.
Implementuje
Dotyczy
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()
Parametry
- model
- AuthenticationProperties
Zwraca
Byte[]