Defines the data and behavior of a single claim for a user.
В следующей таблице перечислены члены, предоставляемые типом Claim.
Открытый
Конструкторы
Открытый
Свойства
Имя | Описание | |
---|---|---|
![]() |
ClaimType | Gets the Type of the current Claim. |
![]() |
Issuer | Gets the Issuer of the claim. |
![]() |
OriginalIssuer | Gets the original issuer of the claim. |
![]() |
Properties | Gets the collection of Properties that are name-value pairs. |
![]() |
Subject | Gets the Subject of the Claim. |
![]() |
Value | Gets the Value of the Claim. |
![]() |
ValueType | Gets the ValueType of the Claim. |
Открытый Методы
(см. также Защищенный Методы)
Имя | Описание | |
---|---|---|
![]() |
Copy | Returns a new Claim object copied from this object. The subject of the new claim object is set to null. |
![]() |
Equals | Перегружено. (унаследовано от Object) |
![]() |
GetHashCode | (унаследовано от Object) |
![]() |
GetType | (унаследовано от Object) |
![]() ![]() |
ReferenceEquals | (унаследовано от Object) |
![]() |
SetSubject | Sets the new subject for the Claim. |
![]() |
ToString | Переписано. Returns a string representation of the claim object. The string that is returned contains the values of the ClaimType and Value properties. |
Защищенный
Методы
Имя | Описание | |
---|---|---|
![]() |
Finalize | (унаследовано от Object) |
![]() |
MemberwiseClone | (унаследовано от Object) |
См. также
© Корпорация Майкрософт (Microsoft Corporation), 2008.Все права защищены.