Partager via


StorageAuthenticationConverter Classe

Définition

Définit des valeurs pour StorageAuthentication.

public sealed class StorageAuthenticationConverter : Newtonsoft.Json.JsonConverter
type StorageAuthenticationConverter = class
    inherit JsonConverter
Public NotInheritable Class StorageAuthenticationConverter
Inherits JsonConverter
Héritage
Newtonsoft.Json.JsonConverter
StorageAuthenticationConverter

Constructeurs

StorageAuthenticationConverter()

Définit des valeurs pour StorageAuthentication.

Méthodes

CanConvert(Type)

Retourne si objectType peut être converti en StorageAuthentication par le convertisseur.

ReadJson(JsonReader, Type, Object, JsonSerializer)

Remplace ReadJson et convertit le jeton en StorageAuthentication.

WriteJson(JsonWriter, Object, JsonSerializer)

Substitution de WriteJson pour le stockageAuthentication pour la sérialisation.

S’applique à