次の方法で共有


InstrumentedAttribute.SecurityDescriptor プロパティ

指定したユーザーまたはグループだけに、このアセンブリによってサポートされる実装を提供するアプリケーションの実行を許可するセキュリティ記述子を取得または設定します。

Public ReadOnly Property SecurityDescriptor As String
[C#]
public string SecurityDescriptor {get;}
[C++]
public: __property String* get_SecurityDescriptor();
[JScript]
public function get SecurityDescriptor() : String;

プロパティ値

null の場合、既定値はローカル管理者グループとして定義されます。その場合、ローカル管理者グループのメンバだけが、このアセンブリからデータの公開およびイベントの発生を行うことができます。それ以外の場合は SDDL 形式の文字列になり、このアプリケーションから実装データおよび実装イベントを提供できるユーザーまたはグループを定義する、セキュリティ記述子を表します。

解説

このセキュリティ記述子で指定されないユーザーまたはグループもそのアプリケーションを実行できますが、このアセンブリからは実装を提供できません。

必要条件

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

.NET Framework セキュリティ:

参照

InstrumentedAttribute クラス | InstrumentedAttribute メンバ | System.Management.Instrumentation 名前空間