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. |
Protected Constructors
Name | Description | |
---|---|---|
RsaClaimsIdentity | Overloaded. |
Public Fields
Name | Description | |
---|---|---|
DefaultIssuer | Gets the default value for the claim issuer if none is specified. (Inherited from ClaimsIdentity) | |
DefaultNameClaimType | The default name claim type. (Inherited from ClaimsIdentity) |
Public Properties
Name | Description | |
---|---|---|
Actor | T:Microsoft.IdentityModel.Claims.IClaimsIdentity of the calling party that was granted delegation rights. (Inherited from ClaimsIdentity) | |
AnonymousIdentity | Returns a ClaimsIdentity with zero claims. (Inherited from ClaimsIdentity) | |
AuthenticationType | Gets the type of authentication used. (Inherited from ClaimsIdentity) | |
BootstrapToken | Gets or sets the token that was originally used to create this identity. (Inherited from ClaimsIdentity) | |
Claims | Gets the list of T:Microsoft.IdentityModel.Claims.Claim values associated with this identity. (Inherited from ClaimsIdentity) | |
IsAuthenticated | Gets a value that indicates whether the user has been authenticated. (Inherited from ClaimsIdentity) | |
Label | A string label for the user who is represented by this IClaimsIdentity. (Inherited from ClaimsIdentity) | |
Name | Gets the name of the current user. (Inherited from ClaimsIdentity) | |
NameClaimType | Provides access to the name of the claim type used to determine IIdentity.Name. (Inherited from ClaimsIdentity) | |
RoleClaimType | Claim type used for IPrincipal.IsInRole. (Inherited from ClaimsIdentity) |
Public Methods (see also Protected Methods)
Name | Description | |
---|---|---|
Copy | Returns a new T:Microsoft.IdentityModel.Claims.ClaimsIdentity object copied from this object. (Inherited from ClaimsIdentity) | |
Equals | Overloaded. (Inherited from Object) | |
GetClaimsFromCertificate | (Inherited from ClaimsIdentity) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ReferenceEquals | (Inherited from Object) | |
ToString | Returns a string representation of the T:Microsoft.IdentityModel.Claims.ClaimsIdentity object. (Inherited from ClaimsIdentity) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
GetObjectData | Overridden. Populates the specified T:System.Runtime.Serialization.SerializationInfo with the serialization data for the WindowsClaimsIdentity. | |
MemberwiseClone | (Inherited from Object) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
System.Runtime.Serialization.ISerializable.GetObjectData | (Inherited from ClaimsIdentity) |
See Also
Copyright © 2008 by Microsoft Corporation. All rights reserved.