Class ProofKeyThumbprint
- Namespace
- Duende.IdentityServer.Validation
- Assembly
- Duende.IdentityServer.dll
Models the thumbprint of a proof key
public class ProofKeyThumbprint
- Inheritance
-
ProofKeyThumbprint
- Inherited Members
Constructors
ProofKeyThumbprint()
public ProofKeyThumbprint()
Properties
Thumbprint
The thumbprint value used in a cnf thumbprint claim value
public string Thumbprint { get; set; }
Property Value
Type
The type
public ProofType Type { get; set; }
Property Value
- ProofType