Early Preview
class Microsoft.​IdentityModel.​Tokens.​CaseSensitiveClaimsIdentity
Assembly: Microsoft.IdentityModel.Tokens
Inheritance: object → System.​Security.​Claims.​ClaimsIdentity → CaseSensitiveClaimsIdentity
Implemented Interfaces
- System.​Security.​Principal.​IIdentity Implemented by: ClaimsIdentity
A derived <see cref="T:System.Security.Claims.ClaimsIdentity" /> where claim retrieval is case-sensitive. The current <see cref="T:System.Security.Claims.ClaimsIdentity" /> retrieves claims in a case-insensitive manner which is different than querying the underlying <see cref="P:Microsoft.IdentityModel.Tokens.CaseSensitiveClaimsIdentity.SecurityToken" /> . The <see cref="T:Microsoft.IdentityModel.Tokens.CaseSensitiveClaimsIdentity" /> provides consistent retrieval logic between the <see cref="P:Microsoft.IdentityModel.Tokens.CaseSensitiveClaimsIdentity.SecurityToken" /> and <see cref="T:System.Security.Claims.ClaimsIdentity" /> .