CertSrvSecurityDescriptorAddAccessRule Method |
Adds the specified access rule to the Discretionary Access Control List (DACL) associated with this
CommonObjectSecurity object.
Namespace:
SysadminsLV.PKI.Security.AccessControl
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public bool AddAccessRule(
CertSrvAccessRule rule
)
Public Function AddAccessRule (
rule As CertSrvAccessRule
) As Boolean
public:
bool AddAccessRule(
CertSrvAccessRule^ rule
)
member AddAccessRule :
rule : CertSrvAccessRule -> bool
Parameters
- rule
- Type: SysadminsLV.PKI.Security.AccessControlCertSrvAccessRule
The access rule to add.
Return Value
Type:
BooleanTrue if the access rule was added, otherwise
False.
Remarks
The method does nothing if current DACL already contains identity specified in the rule
parameter. DACL merging is not supported.
See Also