Extension of WindowsClaimsIdentity that includes claims representation.
The following tables list the members exposed by the WindowsClaimsIdentity type.
Public Constructors (see also Protected Constructors)
Name | Description | |
---|---|---|
WindowsClaimsIdentity | Overloaded. |
Protected Constructors
Name | Description | |
---|---|---|
WindowsClaimsIdentity | Overloaded. Initializes an instance of WindowsClaimsIdentity. |
Public Properties
Name | Description | |
---|---|---|
Actor | Gets the T:Microsoft.IdentityModel.Claims.IClaimsIdentity of the calling party that was granted delegation rights. | |
AuthenticationType | (Inherited from WindowsIdentity) | |
BootstrapToken | Gets or sets the token that was originally used to create this identity. | |
Claims | Gets the list of T:Microsoft.IdentityModel.Claims.Claim values associated with this identity. | |
Groups | (Inherited from WindowsIdentity) | |
ImpersonationLevel | (Inherited from WindowsIdentity) | |
IsAnonymous | (Inherited from WindowsIdentity) | |
IsAuthenticated | (Inherited from WindowsIdentity) | |
IsGuest | (Inherited from WindowsIdentity) | |
IsSystem | (Inherited from WindowsIdentity) | |
Label | A string label for the user who is represented by this IClaimsIdentity. | |
Name | Overridden. Gets the name of the current user. | |
NameClaimType | Claim type used for IIdentity.Name and represented as a string. | |
Owner | (Inherited from WindowsIdentity) | |
RoleClaimType | The claim type used for IPrincipal.IsInRole. | |
Token | (Inherited from WindowsIdentity) | |
User | (Inherited from WindowsIdentity) |
Public Methods (see also Protected Methods)
Name | Description | |
---|---|---|
CertificateLogon | Creates a T:Microsoft.IdentityModel.Claims.WindowsClaimsIdentity associated with a given X509 certificate. | |
Copy | Returns a new T:Microsoft.IdentityModel.Claims.WindowsClaimsIdentity object copied from this object. | |
CreateFromCertificate | Overloaded. | |
CreateFromUpn | Overloaded. | |
Dispose | Overloaded. | |
Equals | Overloaded. (Inherited from Object) | |
GetAnonymous | (Inherited from WindowsIdentity) | |
GetCurrent | Overloaded. | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
Impersonate | Overloaded. (Inherited from WindowsIdentity) | |
ReferenceEquals | (Inherited from Object) | |
ToString | Overridden. Returns a string representation of the T:Microsoft.IdentityModel.Claims.WindowsClaimsIdentity object. |
Protected Methods
Name | Description | |
---|---|---|
CreatePrimarySidClaim | Creates a Windows SID Claim from the given WindowsClaimsIdentity. | |
Dispose | Overloaded. Overridden. | |
Finalize | (Inherited from Object) | |
GetGroupSidClaims | Creates a collection of SID claims that represent the users groups. | |
GetObjectData | 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.IDeserializationCallback.OnDeserialization | (Inherited from WindowsIdentity) | |
System.Runtime.Serialization.ISerializable.GetObjectData |
See Also
Copyright © 2008 by Microsoft Corporation. All rights reserved.