Microsoft.IdentityModel.Tokens.Cnf
Represents the Cnf Claim
The Jku property is used to specify the location of the public key used to verify the signature of the JWT.
The Jwk property is used to specify the public key used to verify the signature of the JWT.
The Jwe property is used to specify an encrypted JSON web key.
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.
Initializes a new instance of the Cnf class.