Compartilhar via


StorageAuthenticationConverter Classe

Definição

Define valores para StorageAuthentication.

public sealed class StorageAuthenticationConverter : Newtonsoft.Json.JsonConverter
type StorageAuthenticationConverter = class
    inherit JsonConverter
Public NotInheritable Class StorageAuthenticationConverter
Inherits JsonConverter
Herança
Newtonsoft.Json.JsonConverter
StorageAuthenticationConverter

Construtores

StorageAuthenticationConverter()

Define valores para StorageAuthentication.

Métodos

CanConvert(Type)

Retorna se objectType pode ser convertido em StorageAuthentication pelo conversor.

ReadJson(JsonReader, Type, Object, JsonSerializer)

Substitui ReadJson e converte o token em StorageAuthentication.

WriteJson(JsonWriter, Object, JsonSerializer)

Substituindo WriteJson para StorageAuthentication para serialização.

Aplica-se a