ECDsaSecurityKey.CanComputeJwkThumbprint Method

Definition

Determines whether the ECDsaSecurityKey can compute a JWK thumbprint.

public override bool CanComputeJwkThumbprint ();
override this.CanComputeJwkThumbprint : unit -> bool
Public Overrides Function CanComputeJwkThumbprint () As Boolean

Returns

true if JWK thumbprint can be computed; otherwise, false.

Remarks

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

Applies to