JWK 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.
public class JWK
type JWK = class
Public Class JWK
- Inheritance
-
JWK
Constructors
JWK() | |
JWK(X509Certificate2) |
Properties
alg | |
e | |
key_ops | |
kid | |
kty | |
n | |
use | |
x5c | |
x5t | |
x5t_S256 | |
x5u |
Methods
GetX5c() | |
GetX5cAsPem() | |
SetAlg(JwkAlg) | |
SetKid(String) | |
ToByteArray(String) | |
ToJson() |