A representing authentication using a PKI key pair.

The following tables list the members exposed by the RsaClaimsIdentity type.

Public Constructors (see also Protected Constructors)

  Name Description
RsaClaimsIdentity Overloaded.  
Top

Protected Constructors

  Name Description
RsaClaimsIdentity Overloaded.  
Top

Public Fields

  Name Description
public fieldstatic DefaultIssuer  Gets the default value for the claim issuer if none is specified. (Inherited from ClaimsIdentity)
public fieldstatic DefaultNameClaimType  The default name claim type. (Inherited from ClaimsIdentity)
Top

Public Properties

  Name Description
public property Actor  T:Microsoft.IdentityModel.Claims.IClaimsIdentity of the calling party that was granted delegation rights. (Inherited from ClaimsIdentity)
public propertystatic AnonymousIdentity  Returns a ClaimsIdentity with zero claims. (Inherited from ClaimsIdentity)
public property AuthenticationType  Gets the type of authentication used.  (Inherited from ClaimsIdentity)
public property BootstrapToken  Gets or sets the token that was originally used to create this identity. (Inherited from ClaimsIdentity)
public property Claims  Gets the list of T:Microsoft.IdentityModel.Claims.Claim values associated with this identity. (Inherited from ClaimsIdentity)
public property IsAuthenticated  Gets a value that indicates whether the user has been authenticated. (Inherited from ClaimsIdentity)
public property Label  A string label for the user who is represented by this IClaimsIdentity. (Inherited from ClaimsIdentity)
public property Name  Gets the name of the current user. (Inherited from ClaimsIdentity)
public property NameClaimType  Provides access to the name of the claim type used to determine IIdentity.Name. (Inherited from ClaimsIdentity)
public property RoleClaimType  Claim type used for IPrincipal.IsInRole. (Inherited from ClaimsIdentity)
Top

Public Methods (see also Protected Methods)

  Name Description
public method Copy  Returns a new T:Microsoft.IdentityModel.Claims.ClaimsIdentity object copied from this object. (Inherited from ClaimsIdentity)
public method Equals  Overloaded. (Inherited from Object)
public methodstatic GetClaimsFromCertificate  (Inherited from ClaimsIdentity)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public methodstatic ReferenceEquals  (Inherited from Object)
public method ToString  Returns a string representation of the T:Microsoft.IdentityModel.Claims.ClaimsIdentity object. (Inherited from ClaimsIdentity)
Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method GetObjectData Overridden. Populates the specified T:System.Runtime.Serialization.SerializationInfo with the serialization data for the WindowsClaimsIdentity.
protected method MemberwiseClone  (Inherited from Object)
Top

Explicit Interface Implementations

See Also




Copyright © 2008 by Microsoft Corporation. All rights reserved.