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).
Namespace: SysadminsLV.PKI.Security.AccessControlAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
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.