Defines the data and behavior of a single claim for a user.

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

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

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

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

  Имя Описание
public property ClaimType Gets the Type of the current Claim.
public property Issuer Gets the Issuer of the claim.
public property OriginalIssuer Gets the original issuer of the claim.
public property Properties Gets the collection of Properties that are name-value pairs.
public property Subject Gets the Subject of the Claim.
public property Value Gets the Value of the Claim.
public property ValueType Gets the ValueType of the Claim.
Вверх

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

  Имя Описание
public method Copy Returns a new Claim object copied from this object. The subject of the new claim object is set to null.
public method Equals  Перегружено. (унаследовано от Object)
public method GetHashCode  (унаследовано от Object)
public method GetType  (унаследовано от Object)
public methodstatic ReferenceEquals  (унаследовано от Object)
public method SetSubject Sets the new subject for the Claim.
public method ToString Переписано. Returns a string representation of the claim object. The string that is returned contains the values of the ClaimType and Value properties.
Вверх

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

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

См. также




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