次の方法で共有


ClaimsIdentity メンバー

Implementation of a claims-based representation of a single user.

次の表に、ClaimsIdentity 型によって公開されているメンバーを示します。

パブリック コンストラクター

(プロテクト コンストラクター も参照してください)

  名前 説明
  ClaimsIdentity オーバーロードされています。  

このページのトップへ

プロテクト コンストラクター

  名前 説明
  ClaimsIdentity オーバーロードされています。  

このページのトップへ

パブリック フィールド

  名前 説明
public field static DefaultIssuer Gets the default value for the claim issuer if none is specified.
public field static DefaultNameClaimType The default name claim type.

このページのトップへ

パブリック プロパティ

  名前 説明
public property Actor T:Microsoft.IdentityModel.Claims.IClaimsIdentity of the calling party that was granted delegation rights.
public property static AnonymousIdentity Returns a ClaimsIdentity with zero claims.
public property AuthenticationType Gets the type of authentication used.
public property BootstrapToken Gets or sets the token that was originally used to create this identity.
public property Claims Gets the list of T:Microsoft.IdentityModel.Claims.Claim values associated with this identity.
public property IsAuthenticated Gets a value that indicates whether the user has been authenticated.
public property Label A string label for the user who is represented by this IClaimsIdentity.
public property Name Gets the name of the current user.
public property NameClaimType Provides access to the name of the claim type used to determine IIdentity.Name.
public property RoleClaimType Claim type used for IPrincipal.IsInRole.

このページのトップへ

パブリック メソッド

(プロテクト メソッド も参照してください)

  名前 説明
public method Copy Returns a new T:Microsoft.IdentityModel.Claims.ClaimsIdentity object copied from this object.
public method Equals  オーバーロードされています。 (Object から継承)
public methodstatic GetClaimsFromCertificate Returns a collection of claims from an X509 certificate.
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.

このページのトップへ

プロテクト メソッド

  名前 説明
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.IdentityModel.Claims 名前空間

Copyright © 2008 by Microsoft Corporation. All rights reserved.