StorageAuthenticationConverter Class

Definition

Defines values for StorageAuthentication.

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

Constructors

StorageAuthenticationConverter()

Methods

CanConvert(Type)

Returns if objectType can be converted to StorageAuthentication by the converter.

ReadJson(JsonReader, Type, Object, JsonSerializer)

Overrides ReadJson and converts token to StorageAuthentication.

WriteJson(JsonWriter, Object, JsonSerializer)

Overriding WriteJson for StorageAuthentication for serialization.

Applies to