Spazio dei nomi Microsoft.IdentityModel.Claims

Classi

Classe Descrizione
AuthenticationInformation Contains authentication information pertaining to how a subject authenticated to an authority.
AuthenticationMethods Defines constants for SAML authentication methods.
AuthenticationTypes Defines types for WindowsIdentity AuthenticationType.
AuthorizationContext This class is used to specify the context of the authorization event.
Claim Defines the data and behavior of a single claim for a user.
ClaimCollection Represents a collection of claims.
ClaimProperties Defines the keys for properties contained in P:Microsoft.IdentityModel.Claims.Claim.Properties.
ClaimsAuthenticationManager For more information, see ClaimsAuthenticationManager, ClaimsAuthorizationManager, and OriginalIssuer.
ClaimsAuthorizationManager For more information, see ClaimsAuthenticationManager, ClaimsAuthorizationManager, and OriginalIssuer.
ClaimsIdentity Implementation of a claims-based representation of a single user.
ClaimsIdentityCollection Represents a collection of subjects.
ClaimsPrincipal Provides methods that retrieve information about the current caller.
ClaimsPrincipalPermission ClaimsPrincipalPermission represents the permission required to access a resource. ClaimsPrincipalPermission takes in a string that represents the resource to be accessed, and a string that represents the action to be performed on the resource. When Demand is called, the principal must have the permission to perform the specified action on the specified resource, or Demand throws an exception. This permission is checked by CheckAccess.
ClaimsPrincipalPermissionAttribute ClaimsPrincipalPermissionAttribute is used to declaratively request a ClaimsPrincipalPermission.
ClaimTypes Defines the claim types that are supported by the framework.
ClaimTypes.Prip Standard element names defined by WS-Federation Passive Requestor Interoperability Profile.
ClaimValueTypes Defines the claim value types of the framework.
RsaClaimsIdentity A representing authentication using a PKI key pair.
SessionDictionary  
WindowsClaimsIdentity Extension of WindowsClaimsIdentity that includes claims representation.
WindowsClaimsPrincipal The T:Microsoft.IdentityModel.Claims.WindowsClaimsPrincipal class extends the T:System.Security.Principal.WindowsPrincipal to carry T:Microsoft.IdentityModel.Claims.Claim information in addition to the identity information draw from Windows security tokens.

Interfacce

Interfaccia Descrizione
IClaimsIdentity Defines the data and behavior of a claims-based representation of a single user.
IClaimsPrincipal Extends the principal to include multiple claims-based identities.

Copyright © 2008 di Microsoft Corporation. Tutti i diritti riservati.