SecurityKey.ComputeJwkThumbprint Method
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.
Computes a sha256 hash over the SecurityKey.
public virtual byte[] ComputeJwkThumbprint ();
abstract member ComputeJwkThumbprint : unit -> byte[]
override this.ComputeJwkThumbprint : unit -> byte[]
Public Overridable Function ComputeJwkThumbprint () As Byte()
Returns
Byte[]
A JWK thumbprint.
Remarks
https://datatracker.ietf.org/doc/html/rfc7638