次の方法で共有


Claim メンバー

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 から継承)

このページのトップへ

関連項目

参照

Claim クラス
Microsoft.IdentityModel.Claims 名前空間

Copyright © 2008 by Microsoft Corporation. All rights reserved.