mscorlib(4.0.0.0) API with additions
System.Security.Claims Namespace Reference

Classes

class  Claim
 Represents a claim. More...
 
class  ClaimsIdentity
 Represents a claims-based identity. More...
 
class  ClaimsPrincipal
 An T:System.Security.Principal.IPrincipal implementation that supports multiple claims-based identities. More...
 
class  ClaimTypes
 Defines constants for the well-known claim types that can be assigned to a subject. This class cannot be inherited. More...
 
class  ClaimValueTypes
 Defines claim value types according to the type URIs defined by W3C and OASIS. This class cannot be inherited. More...
 
class  DynamicRoleClaimProvider
 The single method, M:System.Security.Claims.DynamicRoleClaimProvider.AddDynamicRoleClaims(System.Security.Claims.ClaimsIdentity,System.Collections.Generic.IEnumerable<System.Security.Claims.Claim>), exposed by this class is obsolete. You can use a T:System.Security.Claims.ClaimsAuthenticationManager object to add claims to a T:System.Security.Claims.ClaimsIdentity object. More...