Click or drag to resize

OcspResponderSecurityDescriptorModifyAuditRule Method

This member is not implemented.

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
True if the SACL is successfully modified; otherwise, False.

Return Value

Type: Boolean
This method always throws exception.
Exceptions
ExceptionCondition
NotSupportedExceptionThe exception is thrown when the method is invoked.
Remarks
This member is not implemented.
See Also