EventWaitHandleAuditRule コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
監査するユーザーまたはグループ、監査する権限、成功、失敗、またはその両方のいずれを監査するかを指定して、EventWaitHandleAuditRule クラスの新しいインスタンスを初期化します。
public:
EventWaitHandleAuditRule(System::Security::Principal::IdentityReference ^ identity, System::Security::AccessControl::EventWaitHandleRights eventRights, System::Security::AccessControl::AuditFlags flags);
public EventWaitHandleAuditRule (System.Security.Principal.IdentityReference identity, System.Security.AccessControl.EventWaitHandleRights eventRights, System.Security.AccessControl.AuditFlags flags);
new System.Security.AccessControl.EventWaitHandleAuditRule : System.Security.Principal.IdentityReference * System.Security.AccessControl.EventWaitHandleRights * System.Security.AccessControl.AuditFlags -> System.Security.AccessControl.EventWaitHandleAuditRule
Public Sub New (identity As IdentityReference, eventRights As EventWaitHandleRights, flags As AuditFlags)
パラメーター
- identity
- IdentityReference
規則の適用対象となるユーザーまたはグループ。 SecurityIdentifier 型にするか、または NTAccount 型に変換できる SecurityIdentifier などの型にする必要があります。
- eventRights
- EventWaitHandleRights
監査するアクセスの種類を指定する EventWaitHandleRights 値のビットごとの組み合わせ。
- flags
- AuditFlags
成功、失敗、またはその両方のいずれを監査するかを示す AuditFlags 値のビットごとの組み合わせ。
例外
identity
が SecurityIdentifier 型ではなく、NTAccount 型に変換できる SecurityIdentifier などの型でもありません。
注釈
ユーザーまたはグループ名を NTAccount 表す文字列からオブジェクトを作成するには、 コンストラクターを NTAccount.NTAccount(String) 使用します。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET