EncryptionSchemeConverter Classe
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.
Définit des valeurs pour EncryptionScheme.
public sealed class EncryptionSchemeConverter : Newtonsoft.Json.JsonConverter
type EncryptionSchemeConverter = class
inherit JsonConverter
Public NotInheritable Class EncryptionSchemeConverter
Inherits JsonConverter
- Héritage
-
Newtonsoft.Json.JsonConverterEncryptionSchemeConverter
Constructeurs
EncryptionSchemeConverter() |
Définit des valeurs pour EncryptionScheme. |
Méthodes
CanConvert(Type) |
Retourne si objectType peut être converti en EncryptionScheme par le convertisseur. |
ReadJson(JsonReader, Type, Object, JsonSerializer) |
Remplace ReadJson et convertit le jeton en EncryptionScheme. |
WriteJson(JsonWriter, Object, JsonSerializer) |
Remplacement de WriteJson pour EncryptionScheme pour la sérialisation. |
S’applique à
Azure SDK for .NET