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.
The following tables list the members exposed by the WindowsClaimsPrincipal type.
Public
Constructors
Name | Description | |
---|---|---|
WindowsClaimsPrincipal | Overloaded. Initializes an instance of the WindowsClaimsPrincipal. |
Public
Properties
Name | Description | |
---|---|---|
![]() |
Identities | A collection of claims-based identities associated with this principal. |
![]() |
Identity | Overridden. Gets the IIdentity associated with this principal. |
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
![]() |
Copy | Returns a new T:Microsoft.IdentityModel.Claims.WindowsClaimsPrincipal object copied from this object. |
![]() ![]() |
CreateFromWindowsIdentity | Overloaded. |
![]() |
Dispose | Overloaded. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
![]() |
Equals | Overloaded. (Inherited from Object) |
![]() |
GetHashCode | (Inherited from Object) |
![]() |
GetType | (Inherited from Object) |
![]() |
IsInRole | Overloaded. |
![]() ![]() |
ReferenceEquals | (Inherited from Object) |
![]() |
ToString | (Inherited from Object) |
Protected
Methods
Name | Description | |
---|---|---|
![]() |
Dispose | Overloaded. |
![]() |
Finalize | (Inherited from Object) |
![]() |
MemberwiseClone | (Inherited from Object) |
See Also
Copyright © 2008 by Microsoft Corporation. All rights reserved.