Table of Contents

Class IdentityKey

Namespace
Tharga.Toolkit
Assembly
Tharga.Toolkit.dll

A portable, serialized identity key derived from claims. Contains a Base64-encoded JSON dictionary of identity claim types and their values.

public record IdentityKey : IEquatable<IdentityKey>
Inheritance
IdentityKey
Implements
Inherited Members
Extension Methods

Constructors

IdentityKey(string)

public IdentityKey(string value)

Parameters

value string

Properties

Value

public string Value { get; }

Property Value

string