次の方法で共有


StorageAuthenticationConverter クラス

定義

StorageAuthentication の値を定義します。

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

コンストラクター

StorageAuthenticationConverter()

StorageAuthentication の値を定義します。

メソッド

CanConvert(Type)

コンバーターによって objectType を StorageAuthentication に変換できる場合は を返します。

ReadJson(JsonReader, Type, Object, JsonSerializer)

ReadJson をオーバーライドし、トークンを StorageAuthentication に変換します。

WriteJson(JsonWriter, Object, JsonSerializer)

シリアル化のための StorageAuthentication の WriteJson のオーバーライド。

適用対象