Claims Property
A collection of claims.
Syntax
[VB.NET] Public ReadOnlyProperty Claims As ClaimList
[C#] public ClaimList Claims {get;}
Remarks
This property is a collection of claims parsed from the assertion. This is populated after calling GetAssertion or ParseAssertion.
This property is read-only and not available at design time.