JwkUtilities class

Utilities for working with JSON Web Keys (JWK), including RFC 7638 thumbprints.

public static class JwkUtilities

Public Members

name description
static ComputeThumbprintFromCertificate(…) Computes the RFC 7638 JWK thumbprint for an RSA public key extracted from a certificate.
static ComputeThumbprintRsa(…) Computes the RFC 7638 JWK thumbprint for an RSA public key given its Base64Url-encoded parameters.

See Also