Base64UrlConverter Class

 

Represents the converter for the Base64 URLs.

Namespace:   Microsoft.Azure.KeyVault.WebKey.Json
Assembly:  Microsoft.Azure.KeyVault (in Microsoft.Azure.KeyVault.dll)

Inheritance Hierarchy

System.Object
  Newtonsoft.Json.JsonConverter
    Microsoft.Azure.KeyVault.WebKey.Json.Base64UrlConverter

Syntax

public class Base64UrlConverter : JsonConverter
public ref class Base64UrlConverter : JsonConverter
type Base64UrlConverter = 
    class
        inherit JsonConverter
    end
Public Class Base64UrlConverter
    Inherits JsonConverter

Constructors

Name Description
System_CAPS_pubmethod Base64UrlConverter()

Initializes a new instance of the Base64UrlConverter class.

Properties

Name Description
System_CAPS_pubproperty CanRead

(Inherited from JsonConverter.)

System_CAPS_pubproperty CanWrite

(Inherited from JsonConverter.)

Methods

Name Description
System_CAPS_pubmethod CanConvert(Type)

Specifies whether the converter can convert specific object.(Overrides JsonConverter.CanConvert(Type).)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetSchema()

(Inherited from JsonConverter.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ReadJson(JsonReader, Type, Object, JsonSerializer)

Reads a JSON object.(Overrides JsonConverter.ReadJson(JsonReader, Type, Object, JsonSerializer).)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

System_CAPS_pubmethod WriteJson(JsonWriter, Object, JsonSerializer)

Writes a JSON object.(Overrides JsonConverter.WriteJson(JsonWriter, Object, JsonSerializer).)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Azure.KeyVault.WebKey.Json Namespace

Return to top