AssemblyKeyNameAttribute クラス
厳密な名前を生成するために使用するキー ペアを格納している CSP 内のキー コンテナの名前を指定します。
この型のすべてのメンバの一覧については、AssemblyKeyNameAttribute メンバ を参照してください。
System.Object
System.Attribute
System.Reflection.AssemblyKeyNameAttribute
<AttributeUsage(AttributeTargets.Assembly)>
NotInheritable Public Class AssemblyKeyNameAttribute Inherits Attribute
[C#]
[AttributeUsage(AttributeTargets.Assembly)]
public sealed class AssemblyKeyNameAttribute : Attribute
[C++]
[AttributeUsage(AttributeTargets::Assembly)]
public __gc __sealed class AssemblyKeyNameAttribute : public Attribute
[JScript]
public
AttributeUsage(AttributeTargets.Assembly)
class AssemblyKeyNameAttribute extends Attribute
スレッドセーフ
この型の public static (Visual Basicでは Shared) のすべてのメンバは、マルチスレッド操作で安全に使用できます。インスタンスのメンバの場合は、スレッドセーフであるとは限りません。
解説
厳密な名前を付けたアセンブリを構築する場合は、この属性または AssemblyKeyFileAttribute のいずれかを指定する必要があります。
たとえば、構文は [assembly:AssemblyKeyNameAttribute("myContainer")]
のようになります。
System.Runtime.CompilerServices のクラスはコンパイラ専用です。コンパイラをビルドする場合以外は使用しないでください。詳細については、SDK の Tool Developers Guide フォルダで、共通言語ランタイム アーキテクチャ、メタデータ、MSIL (Microsoft Intermediate Language) 命令セット、ファイル形式、MSIL アセンブリ リファレンスの各仕様を参照してください。
必要条件
名前空間: System.Reflection
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET
アセンブリ: Mscorlib (Mscorlib.dll 内)
参照
AssemblyKeyNameAttribute メンバ | System.Reflection 名前空間 | メタデータと自己言及的なコンポーネント | MSIL へのコンパイル | メタデータの概要