A representing authentication using a PKI key pair.

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

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

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

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

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

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

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

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

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

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

  Имя Описание
public method Copy  Returns a new T:Microsoft.IdentityModel.Claims.ClaimsIdentity object copied from this object. (унаследовано от ClaimsIdentity)
public method Equals  Перегружено. (унаследовано от Object)
public methodstatic GetClaimsFromCertificate  (унаследовано от ClaimsIdentity)
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. (унаследовано от ClaimsIdentity)
Вверх

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

  Имя Описание
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)
Вверх

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

  Имя Описание
System.Runtime.Serialization.ISerializable.GetObjectData  (унаследовано от ClaimsIdentity)
Вверх

См. также




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