Implementation of a claims-based representation of a single user.

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

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

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

Защищенный Конструкторы

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

Открытый Поля

  Имя Описание
public fieldstatic DefaultIssuer Gets the default value for the claim issuer if none is specified.
public fieldstatic DefaultNameClaimType The default name claim type.
Вверх

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

  Имя Описание
public property Actor T:Microsoft.IdentityModel.Claims.IClaimsIdentity of the calling party that was granted delegation rights.
public propertystatic AnonymousIdentity Returns a ClaimsIdentity with zero claims.
public property AuthenticationType Gets the type of authentication used.
public property BootstrapToken Gets or sets the token that was originally used to create this identity.
public property Claims Gets the list of T:Microsoft.IdentityModel.Claims.Claim values associated with this identity.
public property IsAuthenticated Gets a value that indicates whether the user has been authenticated.
public property Label A string label for the user who is represented by this IClaimsIdentity.
public property Name Gets the name of the current user.
public property NameClaimType Provides access to the name of the claim type used to determine IIdentity.Name.
public property RoleClaimType Claim type used for IPrincipal.IsInRole.
Вверх

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

  Имя Описание
public method Copy Returns a new T:Microsoft.IdentityModel.Claims.ClaimsIdentity object copied from this object.
public method Equals  Перегружено. (унаследовано от Object)
public methodstatic GetClaimsFromCertificate Returns a collection of claims from an X509 certificate.
public method GetHashCode  (унаследовано от Object)
public method GetType  (унаследовано от Object)
public methodstatic ReferenceEquals  (унаследовано от Object)
public method ToString Переписано. Returns a string representation of the T:Microsoft.IdentityModel.Claims.ClaimsIdentity object.
Вверх

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

  Имя Описание
protected method Finalize  (унаследовано от Object)
protected method GetObjectData Populates the specified T:System.Runtime.Serialization.SerializationInfo with the serialization data for the WindowsClaimsIdentity
protected method MemberwiseClone  (унаследовано от Object)
Вверх

Явные реализации интерфейса

См. также




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