Cnf Class

Definition

Represents the Cnf Claim

public class Cnf
type Cnf = class
Public Class Cnf
Inheritance
Cnf

Constructors

Cnf()

Initializes a new instance of the Cnf class.

Cnf(String)

Initializes a new instance of the Cnf class.

Properties

Jku

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

JsonWebKey

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

Jwe

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

Kid

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

Applies to