CertSrvSecurityDescriptorAddAccessRule Method
                Adds the specified access rule to the Discretionary Access Control List (DACL) associated with this
                
CommonObjectSecurity object.
            
Namespace: SysadminsLV.PKI.Security.AccessControlAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.3.0+a868daf3196ed1ac6592e4f3e5cd2b429fc81eaa
public bool AddAccessRule(
	CertSrvAccessRule rule
)
Public Function AddAccessRule ( 
	rule As CertSrvAccessRule
) As Boolean
public:
bool AddAccessRule(
	CertSrvAccessRule^ rule
)
member AddAccessRule : 
        rule : CertSrvAccessRule -> bool 
- rule  CertSrvAccessRule
- The access rule to add.
BooleanTrue if the access rule was added, otherwise 
False.
 
                The method does nothing if current DACL already contains identity specified in the rule
                parameter. DACL merging is not supported.