Click or drag to resize

OcspResponderSecurityDescriptorRemoveAccessRule Method

Removes access rules that contain the same security identifier and access type as the specified access rule from the Discretionary Access Control List (DACL).

Namespace:  SysadminsLV.PKI.Security.AccessControl
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public bool RemoveAccessRule(
	IdentityReference identity,
	AccessControlType accessType
)

Parameters

identity
Type: System.Security.PrincipalIdentityReference
The identity to which the access rule applies.
accessType
Type: System.Security.AccessControlAccessControlType
The valid access control type.

Return Value

Type: Boolean
True if matching ACE was found and removed, otherwise False.
See Also