JsonWebKey.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 JsonWebKey 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
https://datatracker.ietf.org/doc/html/rfc7638