Click or drag to resize

CertTemplateSecurityDescriptorModifyAuditRule Method

Applies the specified modification to the System Access Control List (SACL) associated with this ObjectSecurity object.

Namespace:  SysadminsLV.PKI.Security.AccessControl
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public override bool ModifyAuditRule(
	AccessControlModification modification,
	AuditRule rule,
	out bool modified
)

Parameters

modification
Type: System.Security.AccessControlAccessControlModification
The modification to apply to the SACL.
rule
Type: System.Security.AccessControlAuditRule
The audit rule to modify.
modified
Type: SystemBoolean
if the SACL is successfully modified; otherwise, .

Return Value

Type: Boolean
This method always returns False.
See Also