CertTemplateSecurityDescriptorRemoveAccessRule 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).

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 bool RemoveAccessRule(
	IdentityReference identity,
	AccessControlType accessType
)

Parameters

identity  IdentityReference
The identity to which the access rule applies.
accessType  AccessControlType
The valid access control type.

Return Value

Boolean
True if matching ACE was found and removed, otherwise False.

See Also