Partager via


PropertiesSerializer.Serialize Méthode

Définition

Surcharges

Serialize(AuthenticationProperties)

Sérialise le spécifié model.

Serialize(AuthenticationProperties)

Serialize(AuthenticationProperties)

Source:
PropertiesSerializer.cs
Source:
PropertiesSerializer.cs
Source:
PropertiesSerializer.cs

Sérialise le spécifié 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()

Paramètres

model
AuthenticationProperties

Valeur à sérialiser.

Retours

Byte[]

Données sérialisées.

Implémente

S’applique à

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()

Paramètres

Retours

Byte[]

Implémente

S’applique à