次の方法で共有


CodeAccessSecurityAttribute クラス

コード アクセス セキュリティの基本属性クラスを指定します。

この型のすべてのメンバの一覧については、CodeAccessSecurityAttribute メンバ を参照してください。

System.Object
   System.Attribute
      System.Security.Permissions.SecurityAttribute
         System.Security.Permissions.CodeAccessSecurityAttribute
            派生クラス

<AttributeUsage(AttributeTargets.Assembly Or AttributeTargets.Class _
   Or AttributeTargets.Struct Or AttributeTargets.Constructor Or _
   AttributeTargets.Method)>
<Serializable>
MustInherit Public Class CodeAccessSecurityAttribute   Inherits SecurityAttribute
[C#]
[AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Class
   | AttributeTargets.Struct | AttributeTargets.Constructor |
   AttributeTargets.Method)]
[Serializable]
public abstract class CodeAccessSecurityAttribute :   SecurityAttribute
[C++]
[AttributeUsage(AttributeTargets::Assembly |
   AttributeTargets::Class | AttributeTargets::Struct |
   AttributeTargets::Constructor | AttributeTargets::Method)]
[Serializable]
public __gc __abstract class CodeAccessSecurityAttribute : public   SecurityAttribute
[JScript]
public
   AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Class |
   AttributeTargets.Struct | AttributeTargets.Constructor |
   AttributeTargets.Method)
 Serializable
abstract class CodeAccessSecurityAttribute extends   SecurityAttribute

スレッドセーフ

この型の public static (Visual Basicでは Shared) のすべてのメンバは、マルチスレッド操作で安全に使用できます。インスタンスのメンバの場合は、スレッドセーフであるとは限りません。

解説

この属性クラスは、 Demand などの SecurityAction をカスタム セキュリティ属性に関連付けます。

CodeAccessSecurityAttribute から派生する型は、リソースやセキュリティ設定可能な操作へのアクセスを制限するために使用されます。

セキュリティ属性によって宣言されたセキュリティ情報は、属性ターゲットのメタデータに格納され、実行時にシステムによってアクセスされます。セキュリティ属性は宣言セキュリティにだけ使用されます。強制セキュリティの場合は、 CodeAccessPermission から派生した、対応するアクセス許可クラスを使用します。

継承時の注意: このクラスから派生させるアクセス許可属性にはすべて、 SecurityAction を唯一のパラメータとして受け取るコンストラクタを必ず 1 つだけ定義してください。

必要条件

名前空間: System.Security.Permissions

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

アセンブリ: Mscorlib (Mscorlib.dll 内)

参照

CodeAccessSecurityAttribute メンバ | System.Security.Permissions 名前空間 | 属性を使用したメタデータの拡張 | CodeAccessPermission