Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

System.Security.Claims Namespace

.NET Framework (current version)
 

Contains classes that implement claims-based identity in the .NET Framework, including classes that represent claims, claims-based identities, and claims-based principals.

ClassDescription
System_CAPS_pubclassAuthenticationInformation

Contains the authentication information that an authority asserted when creating a token for a subject.

System_CAPS_pubclassAuthenticationTypes

Defines authentication types for the AuthenticationType property.

System_CAPS_pubclassAuthorizationContext

Provides context information of an authorization event. This includes the principal that represents the caller, the resource that is being requested, and the action that is being performed.

System_CAPS_pubclassClaim

Represents a claim.

System_CAPS_pubclassClaimProperties

Defines the keys for properties contained in the Properties property.

System_CAPS_pubclassClaimsAuthenticationManager

Defines the base implementation for a claims authentication manager. The claims authentication manager provides a place in the claims processing pipeline for applying processing logic (filtering, validation, extension) to the claims collection in the incoming principal before execution reaches your application code.

System_CAPS_pubclassClaimsAuthorizationManager

Defines the base implementation for a claims authorization manager.

System_CAPS_pubclassClaimsIdentity

Represents a claims-based identity.

System_CAPS_pubclassClaimsPrincipal

An IPrincipal implementation that supports multiple claims-based identities.

System_CAPS_pubclassClaimTypes

Defines constants for the well-known claim types that can be assigned to a subject. This class cannot be inherited.

System_CAPS_pubclassClaimValueTypes

Defines claim value types according to the type URIs defined by W3C and OASIS. This class cannot be inherited.

System_CAPS_pubclassDynamicRoleClaimProvider

The single method, AddDynamicRoleClaims, exposed by this class is obsolete. You can use a ClaimsAuthenticationManager object to add claims to a ClaimsIdentity object.

Return to top
Show:
© 2017 Microsoft