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
)
Public Overrides Function ModifyAuditRule (
modification As AccessControlModification,
rule As AuditRule,
<OutAttribute> ByRef modified As Boolean
) As Boolean
public:
virtual bool ModifyAuditRule(
AccessControlModification modification,
AuditRule^ rule,
[OutAttribute] bool% modified
) override
abstract ModifyAuditRule :
modification : AccessControlModification *
rule : AuditRule *
modified : bool byref -> bool
override ModifyAuditRule :
modification : AccessControlModification *
rule : AuditRule *
modified : bool byref -> bool
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:
BooleanThis method always throws exception.
Exceptions Exception | Condition |
---|
NotSupportedException | The exception is thrown when the method is invoked. |
Remarks This member is not implemented.
See Also