ObjectSecurity.ModifyAuditRule(AccessControlModification, AuditRule, Boolean) メソッド
定義
指定された変更を、この ObjectSecurity オブジェクトに関連付けられているシステム アクセス制御リスト (SACL) に適用します。Applies the specified modification to the System Access Control List (SACL) associated with this ObjectSecurity object.
public:
virtual bool ModifyAuditRule(System::Security::AccessControl::AccessControlModification modification, System::Security::AccessControl::AuditRule ^ rule, [Runtime::InteropServices::Out] bool % modified);
public virtual bool ModifyAuditRule (System.Security.AccessControl.AccessControlModification modification, System.Security.AccessControl.AuditRule rule, out bool modified);
abstract member ModifyAuditRule : System.Security.AccessControl.AccessControlModification * System.Security.AccessControl.AuditRule * bool -> bool
override this.ModifyAuditRule : System.Security.AccessControl.AccessControlModification * System.Security.AccessControl.AuditRule * bool -> bool
Public Overridable Function ModifyAuditRule (modification As AccessControlModification, rule As AuditRule, ByRef modified As Boolean) As Boolean
パラメーター
- modification
- AccessControlModification
SACL に適用する変更。The modification to apply to the SACL.
- rule
- AuditRule
変更する監査規則。The audit rule to modify.
- modified
- Boolean
SACL が正常に変更された場合は true
。それ以外の場合は false
。true
if the SACL is successfully modified; otherwise, false
.
戻り値
SACL が正常に変更された場合は true
。それ以外の場合は false
。true
if the SACL is successfully modified; otherwise, false
.