OcspResponderSecurityDescriptorModifyAuditRule Method

This member is not implemented.

Definition

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

Parameters

modification  AccessControlModification
The modification to apply to the SACL.
rule  AuditRule
The audit rule to modify.
modified  Boolean
True if the SACL is successfully modified; otherwise, False.

Return Value

Boolean
This method always throws exception.

Remarks

This member is not implemented.

Exceptions

NotSupportedExceptionThe exception is thrown when the method is invoked.

See Also