Provides methods that retrieve information about the current caller.

В следующей таблице перечислены члены, предоставляемые типом ClaimsPrincipal.

Открытый Конструкторы

  Имя Описание
ClaimsPrincipal Перегружено.  
Вверх

Открытый Свойства

  Имя Описание
public propertystatic AnonymousPrincipal Gets a IClaimsPrincipal with a ClaimsIdentity that contains zero claims.
public property Identities Gets the ClaimsIdentityCollection associated with this principal.
public property Identity Gets the IIdentity of the current principal.
Вверх

Открытый Методы (см. также Защищенный Методы)

  Имя Описание
public method Copy Returns a new T:Microsoft.IdentityModel.Claims.ClaimsPrincipal object copied from this object
public methodstatic CreateFromHttpContext Перегружено.  
public methodstatic CreateFromIdentities Перегружено.  
public methodstatic CreateFromIdentity Перегружено.  
public methodstatic CreateFromPrincipal Перегружено.  
public method Equals  Перегружено. (унаследовано от Object)
public method GetHashCode  (унаследовано от Object)
public method GetType  (унаследовано от Object)
public method 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.
public methodstatic ReferenceEquals  (унаследовано от Object)
public methodstatic SelectPrimaryIdentity This method iterates through the collection of ClaimsIdentities and determines which identity must be used as the primary one.
public method ToString  (унаследовано от Object)
Вверх

Защищенный Методы

  Имя Описание
protected method Finalize  (унаследовано от Object)
protected method MemberwiseClone  (унаследовано от Object)
Вверх

См. также




© Корпорация Майкрософт (Microsoft Corporation), 2008.Все права защищены.