ECDsaSecurityKey.ComputeJwkThumbprint Method

Definition

Overloads

ComputeJwkThumbprint()

Computes a SHA256 hash over the ECDsaSecurityKey.

ComputeJwkThumbprint()

Computes a SHA256 hash over the ECDsaSecurityKey.

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

Returns

Byte[]

A JWK thumbprint.

Remarks

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

Applies to