Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
class Duende.​IdentityServer.​Stores.​Serialization.​ClaimsPrincipalConverter
Assembly: Duende.IdentityServer.Storage
Inheritance: object → System.​Text.​Json.​Serialization.​JsonConverter → System.​Text.​Json.​Serialization.​JsonConverter<​System.​Security.​Claims.​ClaimsPrincipal> → ClaimsPrincipalConverter
Properties
public
bool
HandleNull
public
System.​Type
Type
Methods
Read​(System.​Text.​Json.​Utf8JsonReader& reader,
System.​Type typeToConvert,
System.​Text.​Json.​JsonSerializerOptions options)
public
void
Write​(System.​Text.​Json.​Utf8JsonWriter writer,
System.​Security.​Claims.​ClaimsPrincipal value,
System.​Text.​Json.​JsonSerializerOptions options)
public
bool
CanConvert​(System.​Type typeToConvert)
Inherited from System.​Text.​Json.​Serialization.​JsonConverter<​System.​Security.​Claims.​ClaimsPrincipal>
ReadAsPropertyName​(System.​Text.​Json.​Utf8JsonReader& reader,
System.​Type typeToConvert,
System.​Text.​Json.​JsonSerializerOptions options)
Inherited from System.​Text.​Json.​Serialization.​JsonConverter<​System.​Security.​Claims.​ClaimsPrincipal>
public
void
WriteAsPropertyName​(System.​Text.​Json.​Utf8JsonWriter writer,
System.​Security.​Claims.​ClaimsPrincipal value,
System.​Text.​Json.​JsonSerializerOptions options)
Inherited from System.​Text.​Json.​Serialization.​JsonConverter<​System.​Security.​Claims.​ClaimsPrincipal>
public
bool
Equals​(object obj)
Inherited from object
protected
void
Finalize​()
Inherited from object
public
int
GetHashCode​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object