Share via


RsaSecurityKey.ComputeJwkThumbprint Method

Definition

Computes a sha256 hash over the RsaSecurityKey.

public override byte[] ComputeJwkThumbprint ();
override this.ComputeJwkThumbprint : unit -> byte[]
Public Overrides Function ComputeJwkThumbprint () As Byte()

Returns

Byte[]

A JWK thumbprint.

Remarks

https://datatracker.ietf.org/doc/html/rfc7638

Applies to