Step 1 Locate your permanent partial impairment (PPI) rating. This is the percent of your body that the WCB determined is permanently impaired. The PPI rating should be on correspondence sent to you by the WCB. If not, contact your doctor. Video of the Day Step 2 Check the current value...
ClaimsPrincipal.Current.Identities.First().Claims.ToList(); If you want to get specific claim from claim list then the following code snippet will be used.//First get user claims var claims = ClaimsPrincipal.Current.Identities.First().Claims.ToList(); ...