System.Security.Claims Namespace
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.
Contains classes that implement claims-based identity in .NET, including classes that represent claims, claims-based identities, and claims-based principals.
Classes
| Name | Description |
|---|---|
| Claim |
Represents a claim. |
| ClaimsIdentity |
Represents a claims-based identity. |
| ClaimsPrincipal |
An IPrincipal implementation that supports multiple claims-based identities. |
| ClaimTypes |
Defines constants for the well-known claim types that can be assigned to a subject. This class cannot be inherited. |
| ClaimValueTypes |
Defines claim value types according to the type URIs defined by W3C and OASIS. This class cannot be inherited. |