EventLogConfiguration.SecurityDescriptor プロパティ

定義

イベント ログのセキュリティ記述子を取得または設定します。 セキュリティ記述子は、イベント ログの読み書きができるユーザーおよびユーザーのグループを定義します。

public:
 property System::String ^ SecurityDescriptor { System::String ^ get(); void set(System::String ^ value); };
public string SecurityDescriptor { get; set; }
member this.SecurityDescriptor : string with get, set
Public Property SecurityDescriptor As String

プロパティ値

イベント ログのセキュリティ記述子を含む文字列。

注釈

このプロパティの値が変更された場合は、 メソッドを SaveChanges 呼び出して変更を保存します。

適用対象

こちらもご覧ください