Compartir a través de


StorageAuthenticationConverter Clase

Definición

Define los valores de StorageAuthentication.

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

Constructores

StorageAuthenticationConverter()

Define los valores de StorageAuthentication.

Métodos

CanConvert(Type)

Devuelve si el convertidor puede convertir objectType en StorageAuthentication.

ReadJson(JsonReader, Type, Object, JsonSerializer)

Invalida ReadJson y convierte el token en StorageAuthentication.

WriteJson(JsonWriter, Object, JsonSerializer)

Invalidación de WriteJson para StorageAuthentication para la serialización.

Se aplica a