CertSrvSecurityDescriptorRemoveAccessRule 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.AccessControlAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.3.0+a868daf3196ed1ac6592e4f3e5cd2b429fc81eaa
public bool RemoveAccessRule(
	IdentityReference identity,
	AccessControlType accessType
)
Public Function RemoveAccessRule ( 
	identity As IdentityReference,
	accessType As AccessControlType
) As Boolean
public:
bool RemoveAccessRule(
	IdentityReference^ identity, 
	AccessControlType accessType
)
member RemoveAccessRule : 
        identity : IdentityReference * 
        accessType : AccessControlType -> bool 
- identity  IdentityReference
- The identity to which the access rule applies.
- accessType  AccessControlType
- The valid access control type.
BooleanTrue if matching ACE was found and removed, otherwise 
False.