Class IdentityKey
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
valuestring
Properties
Value
public string Value { get; }