Table of Contents

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

string

Type

The type

public ProofType Type { get; set; }

Property Value

ProofType