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 | |
|---|---|---|
![]() |
Base64UrlConverter() | Initializes a new instance of the Base64UrlConverter class. |
Properties
| Name | Description | |
|---|---|---|
![]() |
CanRead | (Inherited from JsonConverter.) |
![]() |
CanWrite | (Inherited from JsonConverter.) |
Methods
| Name | Description | |
|---|---|---|
![]() |
CanConvert(Type) | Specifies whether the converter can convert specific object.(Overrides JsonConverter.CanConvert(Type).) |
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetSchema() | (Inherited from JsonConverter.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ReadJson(JsonReader, Type, Object, JsonSerializer) | Reads a JSON object.(Overrides JsonConverter.ReadJson(JsonReader, Type, Object, JsonSerializer).) |
![]() |
ToString() | (Inherited from Object.) |
![]() |
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
.jpeg)
.jpeg)
.jpeg)