ClaimsPrincipal Properties
.NET Framework 4.5
The ClaimsPrincipal type exposes the following members.
| Name | Description | |
|---|---|---|
|
Claims | Gets a collection that contains all of the claims from all of the claims identities associated with this claims principal. |
|
ClaimsPrincipalSelector | Gets and sets the delegate used to select the claims principal returned by the Current property. |
|
Current | Gets the current claims principal. |
|
Identities | Gets a collection that contains all of the claims identities associated with this claims principal. |
|
Identity | Gets the primary claims identity associated with this claims principal. |
|
PrimaryIdentitySelector | Gets and sets the delegate used to select the claims identity returned by the Identity property. |