次の方法で共有


AuthorizationAttribute のメンバー

カスタム メタデータからの承認を制御するために使用されるクラスの基本クラスとして機能します。

AuthorizationAttribute データ型で公開されるメンバーを以下の表に示します。

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

  名前 説明
  AuthorizationAttribute AuthorizationAttribute クラスの新しいインスタンスを初期化します。

このページのトップへ

パブリック プロパティ

  名前 説明
public property ErrorMessage ErrorMessage で返される予定のリテラル エラー メッセージ、またはリソース キーを取得または設定します。
public property ResourceType ErrorMessage のリソース マネージャーとして使用する Type を取得または設定します。
public property TypeId  (Attribute から継承)

このページのトップへ

パブリック メソッド

(プロテクト メソッド も参照)

  名前 説明
public method Authorize 指定したプリンシパル オブジェクトが、指定された AuthorizationContext によって説明される特定の操作を実行する権利があるかどうかを判断します。
public method Equals  オーバーロードされます。(Attribute から継承)
public methodstatic GetCustomAttribute  オーバーロードされます。(Attribute から継承)
public methodstatic GetCustomAttributes  オーバーロードされます。(Attribute から継承)
public method GetHashCode  (Attribute から継承)
public method GetType  (Object から継承)
public method IsDefaultAttribute  (Attribute から継承)
public methodstatic IsDefined  オーバーロードされます。(Attribute から継承)
public method Match  (Attribute から継承)
public methodstatic ReferenceEquals  (Object から継承)
public method ToString  (Object から継承)

このページのトップへ

プロテクト メソッド

  名前 説明
protected method Finalize  (Object から継承)
protected method FormatErrorMessage 現在の AuthorizationAttribute がユーザーに提示する書式設定されたエラー メッセージを取得します。
protected method IsAuthorized 指定した IPrincipal オブジェクトが、指定された AuthorizationContext オブジェクトによって説明される特定の操作を実行する権利があるかどうかを判断する実装固有のメソッド。
protected method MemberwiseClone  (Object から継承)

このページのトップへ

明示的インターフェイスの実装

  名前 説明
  System.Runtime.InteropServices._Attribute.GetIDsOfNames  (Attribute から継承)
  System.Runtime.InteropServices._Attribute.GetTypeInfo  (Attribute から継承)
  System.Runtime.InteropServices._Attribute.GetTypeInfoCount  (Attribute から継承)
  System.Runtime.InteropServices._Attribute.Invoke  (Attribute から継承)

このページのトップへ

参照

リファレンス

AuthorizationAttribute クラス
System.ComponentModel.DataAnnotations 名前空間