PropertiesSerializer.Serialize 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
| Serialize(AuthenticationProperties) |
Sérialise le spécifié |
| 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
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
- model
- AuthenticationProperties