IPWorks Auth 2020 .NET Edition

Questions / Feedback?

Claims Property

The claims in the JWT.

Syntax

public JWTClaimList Claims { get; }
Public Property Claims As JWTClaimList

Remarks

This property specifies the claims within the JWT. This may be populated before calling Sign or Encrypt. This is populated with the parsed claims after calling Verify, Decrypt, or Parse.

This property is not available at design time.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Auth 2020 .NET Edition - Version 20.0 [Build 8155]