SecurityKey.CanComputeJwkThumbprint 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.
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