JwtSecurityToken.Claims Property

Definition

Gets the Claim(s) for this token. If this is a JWE token, this property only returns the encrypted claims; the unencrypted claims should be read from the header seperately.

public System.Collections.Generic.IEnumerable<System.Security.Claims.Claim> Claims { get; }
member this.Claims : seq<System.Security.Claims.Claim>
Public ReadOnly Property Claims As IEnumerable(Of Claim)

Property Value

Remarks

Claim(s) returned will NOT have the Type translated according to InboundClaimTypeMap

Applies to