Claim メンバー
Defines the data and behavior of a single claim for a user.
次の表に、Claim 型によって公開されているメンバーを示します。
パブリック コンストラクター
名前 | 説明 | |
---|---|---|
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 から継承) |
このページのトップへ
関連項目
参照
Claim クラス
Microsoft.IdentityModel.Claims 名前空間
Copyright © 2008 by Microsoft Corporation. All rights reserved.