LdapTools\Security\SecurityDescriptor::getRmControlFlags PHP Method

getRmControlFlags() public method

Get the Resource Manager control flag value. This specifies control bits that contain specific information for the resource manager accessing it and the RM_CONTROL_VALID flag is set in the controls.
public getRmControlFlags ( ) : Flags
return Flags
    public function getRmControlFlags()
    {
        return $this->rmControlFlags;
    }