SecurityKey.CanComputeJwkThumbprint Method

Definition

Determines whether the SecurityKey can compute a JWK thumbprint.

public virtual bool CanComputeJwkThumbprint ();
abstract member CanComputeJwkThumbprint : unit -> bool
override this.CanComputeJwkThumbprint : unit -> bool
Public Overridable Function CanComputeJwkThumbprint () As Boolean

Returns

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

Remarks

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

Applies to