JwtPayload.Claims Property
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.
Gets a IEnumerable<T>Claim for each JSON { name, value }.
public virtual System.Collections.Generic.IEnumerable<System.Security.Claims.Claim> Claims { get; }
member this.Claims : seq<System.Security.Claims.Claim>
Public Overridable ReadOnly Property Claims As IEnumerable(Of Claim)
Property Value
Remarks
Each Claim(s) returned will have the Type translated according to the mapping found in InboundClaimTypeMap. Adding and removing to InboundClaimTypeMap will affect the value of the Type.
Issuer and OriginalIssuer will be set to the value of Iss ( Empty if null).