Cnf Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |