Provides methods that retrieve information about the current caller.
В следующей таблице перечислены члены, предоставляемые типом ClaimsPrincipal.
Открытый Конструкторы
Имя | Описание | |
---|---|---|
ClaimsPrincipal | Перегружено. |
Открытый Свойства
Имя | Описание | |
---|---|---|
AnonymousPrincipal | Gets a IClaimsPrincipal with a ClaimsIdentity that contains zero claims. | |
Identities | Gets the ClaimsIdentityCollection associated with this principal. | |
Identity | Gets the IIdentity of the current principal. |
Открытый Методы (см. также Защищенный Методы)
Имя | Описание | |
---|---|---|
Copy | Returns a new T:Microsoft.IdentityModel.Claims.ClaimsPrincipal object copied from this object | |
CreateFromHttpContext | Перегружено. | |
CreateFromIdentities | Перегружено. | |
CreateFromIdentity | Перегружено. | |
CreateFromPrincipal | Перегружено. | |
Equals | Перегружено. (унаследовано от Object) | |
GetHashCode | (унаследовано от Object) | |
GetType | (унаследовано от Object) | |
IsInRole | This class interprets IsInRole as the reflection of whether this principal possesses a claim specified by a configured list. The claim value has no bearing on the result. | |
ReferenceEquals | (унаследовано от Object) | |
SelectPrimaryIdentity | This method iterates through the collection of ClaimsIdentities and determines which identity must be used as the primary one. | |
ToString | (унаследовано от Object) |
Защищенный Методы
Имя | Описание | |
---|---|---|
Finalize | (унаследовано от Object) | |
MemberwiseClone | (унаследовано от Object) |
См. также
© Корпорация Майкрософт (Microsoft Corporation), 2008.Все права защищены.