<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="8.14.0" />

Microsoft.IdentityModel.Tokens.Cnf

public class Cnf
Represents the Cnf Claim
public string Jku { get; }

The Jku property is used to specify the location of the public key used to verify the signature of the JWT.

public JsonWebKey JsonWebKey { get; }

The Jwk property is used to specify the public key used to verify the signature of the JWT.

public string Jwe { get; }

The Jwe property is used to specify an encrypted JSON web key.

public string Kid { get; }

The Kid property is used to specify the key ID of the public key used to verify the signature of the JWT.

public Cnf()

Initializes a new instance of the Cnf class.

public Cnf(string json)

Initializes a new instance of the Cnf class.